

/* PAGINA LOGIN **********/

div.msgHome {
    font-size: 16px;
    margin-bottom: 20px;
}

div.divLogin {
    width: 500px;
    margin: 50px auto;
}

    div.divLogin table {
        width: 100%;
    }

        div.divLogin table.tabLogin {
            border: 1px solid #ccc;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 0 0 4px #ccc;
        }

table.tabLogin th {
    padding: 10px 5px 0 5px;
    text-align: right;
    width: 100px;
}

table.tabLogin td {
    padding: 10px 0 0 0;
}

table.tabLogin tr.input2 th,
table.tabLogin tr.input2 td {
    padding-bottom: 10px;
}

table.tabLogin label {
    font-size: 16px;
    line-height: 1em;
}

table.tabLogin input {
    width: 90%;
    font-size: 16px;
    padding: 5px;
    margin-right: 5px;
}

div.bottoni {
    text-align: center;
    padding: 10px 0;
    display: block;
}


/* PAGINE INTERNE **********/

/* TABELLE LISTE DATI */

table.tabellaLista {
    width: 100%;
    border: solid 1px #ccc;
    margin: 5px 0;
}

    table.tabellaLista tr.alternate {
        background: #eee;
    }

    table.tabellaLista th {
        padding: 2px;
        background: #e7edf0;
        font-size: 11px;
        border: solid 1px #ccc;
        height: 24px;
        font-weight: normal;
        line-height: 1.2em;
    }

    table.tabellaLista td {
        padding: 2px;
        border: solid 1px #ccc;
        height: 24px;
    }

        /* misure specifiche delle singole celle */
        table.tabellaLista td.tdIcona {
            width: 40px;
            text-align: center;
            white-space: nowrap;
        }

        table.tabellaLista td.tdIconadiscount {
           
            text-align: center;
            white-space: nowrap;
        }
        

        table.tabellaLista td.tdCodice {
            width: 10%;
        }


        table.tabellaLista td.tdCitta {
            width: 10%;
        }

        table.tabellaLista td.tdProvincia {
            width: 10%;
        }

        table.tabellaLista td.tdSituazione img {
            vertical-align: middle;
        }

        table.tabellaLista td.tdTipoAgente {
            width: 10%;
        }

        table.tabellaLista td.tdData {
            width: 15%;
        }

        table.tabellaLista td.tdCheck {
            text-align: center;
        }

        table.tabellaLista td.tdNImballi {
            width: 15%;
        }

            table.tabellaLista td.tdNImballi input {
                width: 90%;
            }

        table.tabellaLista td.cellaQuantita {
            vertical-align: top;
        }

        /*20170710*/
        table.tabellaLista td.tdprezzi {
            width: 8%;
        }
/*20170710*/
div.NotaAltreDisponibilita {
    width: 100%;
    max-width: 180px;
    clear: both;
    white-space: normal;
    font-size: 10px;
    line-height: 1.1em;
}


/* LEGENDA ORDINI */
table.legenda {
    width: 40%;
    border: solid 1px #777;
    margin-bottom: 6px;
}

    table.legenda td {
        width: 50%;
        line-height: 24px;
        border: solid 1px #777;
        text-align: center;
    }

.temporaneo {
    background: #f2eec3;
}

.sospeso {
    background: #f7dbc0;
}

.chiuso {
    background: #fff;
}

.trasmesso {
    background: #cbf2cb;
}

.elaborato {
    background: #9cd19c;
}


/* PANNELLI MESSAGGI */
div.pannelloMessaggi {
    padding: 8px 0;
    clear: both;
    height: 38px;
}

    div.pannelloMessaggi a.pulsante {
        float: right;
    }

    div.pannelloMessaggi div.info2 {
        float: left;
        width: 67%;
        margin-left: 40px;
    }


/* LINK con ICONA - BOTTONI */
div.pulsantiera {
    padding: 6px 0;
    clear: both;
}

a.pulsante {
    background: #09c;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #fff !important;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    display: block;
    text-decoration: none;
    width: 200px;
    /* float: left; */
    margin-right: 10px;
    DISPLAY: inline-block;
    text-align: center;
}

    a.pulsante:hover {
        border: 1px solid #07d9ff;
        color: #70e8fe;
    }

    a.pulsante.linkTorna {
        background-image: url(~/Content/Images/list.png);
    }

    a.pulsante.linkInsNuovo {
        background-image: url(~/Content/Images/row_add.png);
    }

    a.pulsante.linkScaricaPdf {
        background-image: url(~/Content/Images/pdf.png);
    }

    a.pulsante.linkInsAgente {
        background-image: url(Content/Images/agent-add.png);
    }

    a.pulsante.linkEliminaOrdine {
        background: url(~/Content/Images/delete.png) no-repeat 5px 5px #e74f13;
    }

    a.pulsante.linkChiudiOrdine {
        background-image: url(~/Content/Images/Checkout.png);
        float: right;
        margin-right: 0;
    }
/*div.sospendiOrdine {
    width: 10%;
    float: right;
    display: block;
    font-weight: bold;
    padding-top: 10px;
}*/


.warning.withButton {
    min-height: 40px;
}

    .warning.withButton p {
        float: left;
        width: 72%;
    }

    .warning.withButton a.pulsante {
        float: right;
    }

    .warning.withButton.large p {
        width: 62%;
    }

    .warning.withButton.large a.pulsante {
        width: 25%;
    }

/* PAGINATORE */
.paginatore table {
    border: none !important;
}

.paginatore td {
    border: none !important;
    font-size: 18px;
}

    .paginatore td a {
        padding: 4px;
    }

/* ELEMENTI FORM GENERICI */
label,
label span {
    font-size: 11px;
}

span[style="display: inline;"] + input,
span[style="display: inline;"] + select,
span[style="display: inline;"] + span + input,
span[style="display: inline;"] + span + span + input,
.inputError {
    background-color: #F2E3D7;
    border: solid 1px #f00;
}

input[type=text],
input[type=password] {
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
    font-size: 12px;
}

select,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
    font-size: 12px;
}

input[type=file] {
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    padding: 3px 0;
    background: #fff;
    width: 100%;
}

/* bottoni allineati a sinistra */
div.buttonWrap {
    text-align: right;
}

/* bottoni allineati a sinistra */
.buttonWrap input[type=submit],
.buttonWrap input[type=button],
.buttonWrap .button {
    display: inline;
}

input[type=submit],
input[type=button],
.button {
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    background: url(../Images/bg_button.png) repeat-x 0 0;
    border: solid 1px #ccc;
    cursor: pointer;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: visible;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-top: 12px;
}

    input[type=submit]:hover,
    input[type=button]:hover,
    button:hover {
        background-position: 0 -28px;
        border: solid 1px #000;
    }

input.add,
input.subtract,
input.addImballo,
input.subtractImballo {
    font-size: 12px !important;
    font-weight: bold !important;
    height: 15px;
    width: 15px;
    line-height: 0px;
    padding: 3px !important;
    margin: 2px 0px;
    float: left;
    border-radius: 1px !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

td.tdBottoni input.copy,
td.tdBottoni input.paste {
    padding: 0 4px;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
}

table.tabellaTaglie input[type=text] {
    width: 50%;
}


input[type=checkbox] {
    margin-right: 5px;
}

fieldset {
    border: none;
}

legend {
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 0 8px 13px;
    font-weight: bold;
    background: url(/Content/Images/ico_legend.png) no-repeat top left;
    margin-left: -2px;
}

/* MESSAGGI */
.validation-error { /*errori generici nei form*/
    color: #f00;
    font-weight: bold;
}

    .validation-error.blockMessage { /*errori generici nei form che devono andare a capo*/
        display: block;
        clear: both;
        font-size: 16px;
        border: 1px solid #f00;
        border-radius: 3px 3px 3px 3px;
        padding: 12px 8px 12px 50px;
        margin: 10px 0;
        background: url(/Content/Images/led_red.png) no-repeat 5px 5px #f2e3d7;
    }

.error {
    font-size: 14px;
    font-weight: bold;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(/Content/Images/led_red.png) no-repeat 5px 5px #f2e3d7;
}

span.error {
    display: block;
}

.warning {
    font-size: 14px;
    font-weight: bold;
    color: #c29b00;
    border: 1px solid #c29b00;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(/Content/Images/led_yellow.png) no-repeat 5px 5px #f2eec3;
}

.success {
    font-size: 14px;
    font-weight: bold;
    color: #1d8801;
    border: 1px solid #1d8801;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(/Content/Images/led_green.png) no-repeat 5px 5px #e0f6da;
}

.loading {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #09c;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(~/Content/Images/loading.gif) no-repeat 10px 10px #ebebeb;
}

.info {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #09c;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(~/Content/Images/message.png) no-repeat 5px 5px #ebebeb;
}

div.validationSummary {
    font-size: 14px;
    font-weight: bold;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 8px 10px 35px;
    line-height: 1.2em;
    margin: 10px 0;
    background: url(~/Content/Images/led_red.png) no-repeat 5px 5px #f2e3d7;
}

    div.validationSummary ul {
        font-size: 12px;
    }

/* FIELD DI INSERIMENTO DATI */
div.divField {
    margin: 15px 0;
    padding: 2px 6px 6px 6px;
    background: url(~/Content/Images/bg_divField.png) repeat-x top left #fbfbfb;
    border: solid 1px #ccc;
    border-radius: 3px 3px 3px 3px;
}
/*
div.divField div {
	width:23%;
	margin: 0 1% 5px 1%;
	float:left;
}*/
.fieldPartitaIVA, .fieldEmail, .fieldCodiceDitta, .fieldRagioneSociale, .fieldIndirizzo, .fieldCap, .fieldCitta, .fieldProvincia, .fieldTelefono, .fieldFax, .fieldSitoWeb {
    margin: 4px 0;
}

label {
    margin-bottom: 0;
}

div.divField div.buttonWrap {
    clear: both;
    float: right;
}

div.divField div.tabellaAgenti {
    margin: 5px 0;
    overflow: hidden; /* float fix */
}

div.divField .tabellaAgenti > div {
    margin: 5px 0;
    width: 100%;
}

div.divField .buttonContainer {
    clear: both;
    float: none;
    margin: 5px 0;
    width: 100%;
}

div.divField label {
    font-size: 12px;
}

div.divField div.perc20 {
    width: 100%;
}

div.divField div.perc50 {
    width: 100%;
}

div.divField div.perc70 {
    width: 100%;
}

div.divField div.perc98 {
    width: 100%;
}

div.divField div.perc100 {
    width: 100%;
    margin: 5px 0 5px 0;
}


div.divField div.literal {
    border-bottom: dotted 2px #09c;
    padding-bottom: 3px;
}

div.divField div input[type=text] {
    width: 100%;
}

div.divField div select,
div.divField div textarea {
    width: 100%;
    padding: 4px;
}

div.divField div input[type=button],
div.divField div input[type=submit] {
    margin-top: 12px;
}

input.quantity, input.quantitaImballo {
    width: 85%;
    float: none;
    margin-right: 0;
}

.footerQuantita {
    clear: both;
    white-space: nowrap;
}

    .footerQuantita .disponibilita {
        color: #006699;
        font-weight: bold;
    }

/* FIELD DI RICERCA */
div.divFieldRicerca {
    background: #dde6eb;
    border: solid 1px #09c;
    color: #000;
    font-weight: bold;
}

    div.divFieldRicerca legend {
        color: #069;
    }

div.apriChiudi {
    text-align: right;
    margin: 15px 0;
}

a.mostraNascondiFiltri {
    padding: 5px 30px 5px 0;
    margin: 10px 0 3px 0;
    float: left;
}

a.nascondiFiltri {
    background: url(~/Content/Images/arrow_up.png) no-repeat top right;
}

a.mostraFiltri {
    background: url(~/Content/Images/arrow_down.png) no-repeat top right;
}

/* field di inserimento/ricerca specifici */

div.divField div.listaIndirizzi {
    border-top: dotted 2px #69c;
    width: 98%;
    margin: 0 0 0 1%;
}

div.divField div.singoloIndirizzo {
    width: 100%;
    clear: both;
    border-bottom: dotted 1px #444;
    padding-bottom: 3px;
    margin: 0;
}

    div.divField div.singoloIndirizzo input {
        float: right;
    }

    div.divField div.singoloIndirizzo p {
        float: left;
        width: 80%;
        margin: 15px 0 0 0;
        font-size: 16px;
    }

div.fieldCheckPredefinito {
    padding-top: 20px;
}

div.gruppoField {
    border: solid 1px #09c;
    padding-left: 3px;
    background: #c0d1db;
}

div.divField div.impostazioniStaticheOrdine {
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #09c;
    padding: 4px 0;
    background: #e7edf0;
}

    div.divField div.impostazioniStaticheOrdine div {
        float: none;
        width: auto;
    }

div.divField div.filtriOrdine {
    width: 48%;
}

    div.divField div.filtriOrdine div div {
        width: 31%;
        margin-bottom: 0 !important;
        font-size: 11px !important;
    }

div.divField div.dateConsegna {
    width: 23%;
    font-size: 11px;
    float: right;
    background: #c0d1db;
    padding: 7px 0;
    border: solid 1px #09c;
    margin-right: 1%;
    margin-left: 0;
}

div.dateConsegna legend {
    display: none;
}

div.dateConsegna div {
    width: auto;
    padding-left: 3px;
    float: none;
    margin-bottom: 0 !important;
    height: 20px;
}

div.dateConsegna label {
    font-size: 10px;
    line-height: 1em;
    width: 59% !important;
    float: left;
    overflow: hidden;
    display: block;
    padding: 0 !important;
    margin-top: 8px;
    text-align: right;
    font-weight: normal;
}

div.dateConsegna input {
    width: 32% !important;
    float: right;
    font-size: 10px;
}

p.testoXS {
    clear: both;
    font-size: 11px;
    line-height: 1em;
    margin-top: 3px;
}

div.fieldCodiceArticolo {
    width: 96% !important;
}

/* nasconde il bottone per la ricerca per codice */
.cercaPerCodice {
    display: none !important;
}

div.checkQuantZero {
    width: 96% !important;
}

    div.checkQuantZero label {
        font-size: 9px !important;
    }


div.imgLogo {
    padding: 12px 0;
    overflow: hidden;
    border: solid 1px #ccc;
    text-align: center;
    margin-right: 0;
}

.imglogo {
    max-width: 450px;
}

div.ricercaInsArticolo {
    height: 250px;
}

div.divFieldRicerca.articoli {
    width: 23%;
    margin: 0;
    float: left;
    height: 242px; /* era 192 quando nell atendina degli articoli cerano solo 4 articoli*/
}
/* TODO: */
/*div.nessunArticoloTrovato{
	width:23%;
	margin:0;
	float:left;
	height:172px;
	padding:0;
}*/
div.nessunArticoloTrovato p.warning {
    margin: 0;
}

div.fieldAttivo {
    padding-top: 17px;
}
/*
div.fieldTipoAgente {
	padding-top:5px;
}*/
div.fieldTipoAgente span {
    font-size: 11px;
}

div.tabTipoAgente {
    /*width:70%!important;*/
}

    div.tabTipoAgente table {
        width: 100%;
    }

    div.tabTipoAgente td {
        width: 20%;
        border: solid 1px #ccc;
        padding: 3px;
    }

    div.tabTipoAgente input[type=radio] {
        margin-right: 5px;
    }

div.fieldSospensione input {
    float: left;
}

div.fieldSospensione label {
    float: left;
    margin: 5px 0 0 5px;
}
/* GALLERIA */
div.immaginiPanel {
    padding: 10px 0;
    overflow: auto;
    background: #ebebeb;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 20px;
    height: 180px;
    width: 74%;
    float: right;
    border: solid 1px #ccc;
}

.mostraNascondiImmagini {
    margin: -8px 0 10px 10px;
}

    .mostraNascondiImmagini a {
        font-size: 11px;
        padding: 3px 0 3px 20px;
        font-weight: bold;
    }

        .mostraNascondiImmagini a.mostra {
            background: url(~/Content/Images/mostraImg.png) no-repeat left 3px;
        }

        .mostraNascondiImmagini a.nascondi {
            background: url(~/Content/Images/nascondiImg.png) no-repeat left 3px;
        }


div.immaginiPanel ul {
    overflow: hidden;
    white-space: nowrap;
    width: 2000px;
}

div.immaginiPanel li {
    float: left;
    margin-left: 10px;
    list-style: none;
    height: 140px;
    overflow: hidden;
}

    div.immaginiPanel li a.immagineArticolo {
        display: block;
        background: #fff;
        border: solid 2px #ccc;
        border-radius: 3px 3px 3px 3px;
        padding: 5px;
        height: 100px;
        min-width: 80px;
        text-align: center;
    }

        div.immaginiPanel li a.immagineArticolo:hover,
        div.immaginiPanel li a.immagineArticolo.selected {
            display: block;
            border: solid 2px #69c;
            padding: 5px;
        }

    div.immaginiPanel li a.zoomArticolo {
        display: block;
        /*background: url(~/Content/Images/zoom.png) no-repeat center right #dde6eb;*/
        background: url(~/Content/Images/zoom.png) no-repeat 50% #dde6eb; /* lente centrata */
        margin-top: 2px;
        text-decoration: none;
        padding: 3px;
        font-size: .9em;
        text-transform: uppercase;
        border: solid 1px #69c;
        border-radius: 3px 3px 3px 3px;
        font-weight: bold;
    }

div.immaginiPanel img {
    max-height: 100px;
}

div.immaginiPanel p.warning {
    margin: 10px;
}

/* TABELLA PREZZI ORDINE */
div.tabellaPrezziMsg {
    /*clear:both;*/
    min-height: 40px;
    overflow: hidden; /* float fix */
}

div.buttonWrap.WrapUp {
    /*clear:both;*/
    float: right;
    width: 29% !important;
    min-height: 40px;
    overflow: hidden; /* float fix */
}

table.prezziConferma {
    width: 100%;
    margin-bottom: 8px !important;
}

    table.prezziConferma td.tdDx {
        width: 10%;
        vertical-align: bottom;
    }

div.msgOrdineMin {
    width: 40%;
    float: right;
    margin: 0 20px 0 0;
}

table.tabellaPrezzi {
    width: 48%;
    float: left;
}

    table.tabellaPrezzi th {
        width: 33%;
        border: solid 1px #ccc;
        background: #e7edf0;
        font-size: 11px;
    }

    table.tabellaPrezzi td {
        width: 33%;
        border: solid 1px #ccc;
        padding: 2px 10px;
        text-align: right;
    }

/* RIEPLOGO */

table.riepilogo {
    text-align: center;
}

td.numValuta {
    text-align: right;
}

.totale,
.sconto,
.totaleNetto,
.markupMedio {
    font-weight: bold;
    text-align: right;
}

.totale,
.totaleNetto {
    background: #ebebeb;
}

div.infoRiepilogo {
    border: solid 1px #09c;
    padding: 8px;
    background: #e7edf0;
    margin: 8px 0;
}

    div.infoRiepilogo span {
        font-weight: bold;
    }

    div.infoRiepilogo p {
        border-bottom: dotted 2px #09c;
        margin-bottom: 5px;
    }


/* AGENTI */
div.tabImpostazioni h3 {
    height: 22px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 0 8px 13px;
    font-weight: bold;
    background: url(~/Content/Images/ico_legend.png) no-repeat top left;
    margin-left: -2px;
}

div.divField div.impStagioni {
    margin-left: 0;
}

div.divField div.impListini {
    width: 18%;
}

div.divField div.impValute {
    width: 18%;
}

div.divField div.impPagamenti {
    margin-right: 0;
    width: 25%;
}

/*
 * Prezzi Acquisto e consigliati
 */

.prezzoAcquisto1 {
    background-color: #f6f8bc; /* giallo panna */
}

.prezzoAcquisto2 {
    background-color: #dacaf8; /* violetto */
}

.prezzoAcquisto3 {
    background-color: #cce9f7; /* azzurrino */
}

.prezzoAcquisto4 {
    background-color: #d7f8bc; /* verde lime */
}

.prezzoAcquisto5 {
    background-color: #ffe9ba; /* arancione chiaro */
}

.prezzoConsigliato1 {
    background-color: #d7f8bc; /* verde lime */
}

.prezzoConsigliato2 {
    background-color: #a4e271; /* verde */
}

.prezzoConsigliato3 {
    background-color: #91ce5c; /* verde scuro */
}


/* PAGINA STAMPA */
div.paginaStampa {
    margin: 20px;
    text-align: center;
}

    div.paginaStampa h2 {
        border-bottom: dotted 2px #09c;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

div.nascondiImporti {
    border-bottom: dotted 2px #09c;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}

div.bottoneStampa {
    width: 80px;
    margin: 20px auto;
}


/* POPUP */
body.popup {
    padding: 10px;
}


/* PAGINA DA STAMPARE */

div.paginaInStampa {
    margin: 20px;
}

    div.paginaInStampa table {
        border: solid 1px #ccc;
        border-collapse: collapse;
        width: 100%;
        margin: 20px 0;
    }

    div.paginaInStampa td {
        border: solid 1px #ccc;
        border-collapse: collapse;
        padding: 2px 4px;
    }

table.headerStampa {
    margin-bottom: 20px;
}

    table.headerStampa td {
    }

td.logoDitta {
    width: 150px;
}

    td.logoDitta img {
        width: 150px;
    }

td.infoDitta {
    text-align: left;
    font-size: 9px;
}

    td.infoDitta p {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1em !important;
    }

table.infoOrdine td {
    vertical-align: top;
}

    table.infoOrdine td span {
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

table.dateConsegna td {
    text-align: center;
}

table.footer td {
    vertical-align: top;
}

/*
 * Pagine aggiornamento
 */

.aggiornaDatabase {
    background: url("~/Content/Images/data_refresh.png") no-repeat 0 50%;
    line-height: 32px;
    padding-left: 42px;
}

.aggiornaApplicazione {
    background: url("~/Content/Images/software-update.png") no-repeat 0 50%;
    line-height: 32px;
    padding-left: 42px;
}

.aggiornaImmagini {
    background: url("~/Content/Images/pictures-update.png") no-repeat 0 50%;
    line-height: 32px;
    padding-left: 42px;
}

/*
    Lista esiti trasmissione ordini
 */

.esitoTrasmissione {
    margin: 0 0 30px 0;
    list-style-position: inside;
}

    .esitoTrasmissione li {
        padding: 10px;
        border-bottom: 1px solid #CCC;
        line-height: 30px;
        padding: 2px;
    }

    .esitoTrasmissione span {
        border-radius: 4px;
        background: #f0f0f0;
        border: 1px solid #CCC;
        padding: 1px 5px;
        margin-left: 10px;
    }

    .esitoTrasmissione .trasmesso {
        color: #1d8801;
    }

    .esitoTrasmissione .nonTrasmesso {
        color: #ff0000;
    }

    .esitoTrasmissione .giaTrasmesso {
        color: #999999;
    }

/* Imballi */

.cellaCodiceImballo {
    text-align: center;
}

.codiceImballo {
    border-bottom: 1px dotted #006699;
    color: #006699;
    cursor: help;
}


.nascosto {
    visibility: hidden;
    display: none;
}

.center {
    margin: auto;
    width: 70%;
    padding: 10px;
}

/* front site grid*/

table.grd-details {
    width: 100%;
    border: solid 1px #ccc;
    margin: 5px 0;
    font-family: Verdana;
}

    table.grd-details tr.alternate {
        background: #eee;
    }

    table.grd-details th {
        padding: 2px;
        background: #e7edf0;
        font-size: 11px;
        border: solid 1px #ccc;
        height: 24px;
        font-weight: normal;
        line-height: 1.2em;
        text-align: center;
    }

    table.grd-details td {
        padding: 2px;
        border: solid 1px #ccc;
        height: 24px;
    }

        /* misure specifiche delle singole celle */
        table.grd-details td.tdVariente {
            text-align: left;
            white-space: initial;
        }

        table.grd-details td.tdSizes {
            text-align: left;
        }

        table.grd-details td.tdPrice {
            text-align: center;
        }


        table.grd-details td.tdSizes span#main-span {
            padding: 10px;
            margin: 5px;
            white-space: nowrap;
            float: left;
            width: 250px;
            margin: 5px;
            font-family: Verdana;
        }

        table.grd-details td.tdSizes span label {
            font-size: 12px;
        }

        table.grd-details td.tdCodice {
            width: 10%;
        }

/*end front site grid*/

.touchspin {
    background-color: #337ab7;
    color: white;
    width: 17px;
    height: 17px;
    border: none;
    margin: 3px 1px;
    padding: 0px;
}

.numeric-field {
    width: 70px;
}

.currency-span {
    color: #000;
}

.price-span {
    color: black;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    float: left;
    margin-bottom: 10px;
}

.btn-default:hover {
    border: 0px;
}

button.btn.btn-default.pull-left {
    border: solid 1px #C1C1C1;
}
/*.sospendiOrdine1 {
    float: right;
    width: 62%;
    margin-left: 517px;
    position: absolute;
}*/



@media only screen and (max-width: 688px) {
    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }

    fieldset {
        padding: 0;
    }

    label {
        display: inline;
    }
}

.flag {
    width: 15px;
    height: 15px;
}

    .flag img {
        width: 15px;
        height: 15px;
    }

.iconImage {
    width: 100%;
    height: 100%;
}

.smallIcon {
    width: 10px;
    height: 10px;
}

    .smallIcon img {
        width: 100%;
        height: 100%;
    }


.btnCopy, .btnPaste {
    font-size: 8px;
    font-weight: bold;
    padding: 3px;
}



.cellYellowBorder {
    border: 1px solid yellow !important;
}
/*20160914*/
.divSizeCheckStock {
    width: 80px;
}

.dt-button.buttons-excel.buttons-html5 span img {
    margin-right: 5px;
    width: 14px;
}
/*20160914 End*/

/*7-dec-16*/
.table-responsive {
    width: 100%;
    float: left;
}

#btnSearch {
    margin-top: 0px !important;
}

#searchText {
    width: 100%;
}

/*Financial Situation*/

.customercode {
    margin-top: 10px;
}

.Date {
    margin-top: 10px;
}

.Situationat {
    margin-top: 10px;
}

.expirydate {
    margin-top: 10px;
}

.checkbox_custm {
    margin: 10px 0px;
}

.customercode label {
    margin: 5px 0;
}

.Date label {
    margin: 5px 0;
}

.Situationat label {
    margin: 5px 0;
}

.expirydate label {
    margin: 5px 0;
}

.tdIndirizzo.custm_tdIndirizzo {
    width: 20%;
}

/*2017-10-25*/
img {
    max-width: 100%;
}

.Imgzoom.imgZoomIn {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 9999999;
    cursor: zoom-out;
}

.Imgzoom img {
    transform: scale(1) translate(-50%,-50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transition: 1s ease-in;
}

.Imgzoom.imgZoomIn img {
    transform: scale(1.7) translate(-50%,-25%);
    cursor: zoom-out;
    transition: 1s ease-out;
    border: 2px solid #fff;
}
/*2017-10-25*/

/*07-01-18*/
.main-user-page fieldset {
    padding: 0;
    margin: 0;
}

.main-user-page .divField {
    padding: 0;
}

.main-user-page .legend {
    padding: 5px 22px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px;
    /*background: #cdcccc;*/
}

.main-user-page .form-group {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.main-user-page .legend legend {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.main-user-page .moredetails span {
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 0 8px 13px;
    font-weight: bold;
    background: url(/Content/Images/ico_legend.png) no-repeat top left;
    margin-left: 21px;
}

.main-user-page .moredetails {
    margin-bottom: -6px !important;
    cursor: pointer;
}

.main-user-page .InnerPannel {
    border-top: none !important;
    display: none;
    margin-top: 4px !important;
    padding: 4px 20px 4px 20px !important;
    margin-bottom: 0;
}

div#Otherdetails .legend {
    margin-bottom: 0;
    border: none;
    position: relative;
}

    div#Otherdetails .legend i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

div#Otherdetails.open-toggle i {
    transform: translateY(-50%) rotate(-180deg);
}

div#Otherdetails.open-toggle .legend {
    border-bottom: 1px solid #e5e5e5;
}

label#SupplierLabel {
    display: block;
    width: 100%;
}

div#Main_suppliers textarea {
    resize: vertical;
}

#Caratteristichedelpuntovendita .fieldCodiceDitta label, #Productclass .fieldCodiceDitta label {
    width: 60%;
}

.radio-label label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.radio-label .option-value {
    display: inline-block;
    vertical-align: middle;
}


    .radio-label .option-value input {
        margin-top: 0;
        vertical-align: middle;
        margin-left: 5px
    }

    .radio-label .option-value + .option-value {
        margin-left: 15px;
    }

.main-user-page .fieldSalvaImpostazioniDitta.buttonWrap input {
    margin: 0;
}

.main-user-page .fieldSalvaImpostazioniDitta.buttonWrap {
    padding: 20px 0px;
}

.main-user-page .field-validation-error {
    color: #f00;
    display: block;
}

.bgcolor {
    background-color: #5cb85c;
}

.newaddress {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.errormsgcolor {
    color: red;
    display: none;
}

.newaddress_note {
    height: 26px;
}

.OrderHeaderNote {
    resize: vertical;
}



/*2019-09-13*/



.widthGestioneCategoriaSconti {
    min-width: 110px !important;
}
.tdGestioneCategoriaSconti {
    min-width: 110px !important;
    text-align: center;
    color: #43567C;
    font-weight: bold;
}
.tdNetTotalAmount {
    min-width: 52px !important;
    text-align: center;
    color: #43567C;
    font-weight: bold;
}
@media only screen and (max-width: 1025px) {
    .widthTotalAmount {
        min-width: 52px !important;
    }

    .widthGestioneCategoriaSconti {
        min-width: 110px !important;
    }

    .widthTotalQty {
        min-width: 57px !important;
    }

    .widthCopy {
        min-width: 85px !important;
    }

    .widthVariant {
        min-width: 107px !important;
    }

    .widthSizes {
        min-width: 54px !important;
    }

    .widthDeliveryDates {
        min-width: 200px !important;
    }

    .dataTables_scrollHead .grd-details {
        border-top: 0px !important;
    }

    .dataTables_scrollHead {
        border-top: 1px solid #cccccc !important;
    }

    .table-responsive .grd-details {
        border-top: 0px !important;
    }

    .table-responsive .grd-details {
        border-top: 0px !important;
    }

        .table-responsive .grd-details thead tr th {
            border-top: 1px solid #cccccc !important;
        }

    table.dataTable.no-footer {
        border-bottom: 0px solid #111 !important;
    }
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

.custom-align {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .custom-align input {
        margin-top: 0;
    }

    .custom-align label {
        line-height: normal;
    }

.top-sizes-table th, .top-sizes-table td {
    width: 38px !important;
}

.top-sizes-table .widthbox {
    width: 60px !important;
}
.SelectedImballo {
    width: 120px;
}
.btnpadding {
    padding: 9.8px 10px;
    margin-right: 12px !important;
}
    .btnpadding.fa-arrow-circle-left::before {
        margin-right: 4px;
    }


@-moz-document url-prefix() {
    .SelectedImballo {
        width: 140px;
    }
}
.fontDispCol p{
    font-size:9px; margin-bottom:0;
}