﻿.Ordine_Top {
    margin: 15px auto 5px auto;
    width: 98%;
    background-color: #D8D8D8;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    color: #155d87;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}

    .Ordine_Top .BtnBack {
        float: right;
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 45px;
        letter-spacing: 0.5px;
        height: 45px;
        background-color: #155d87;
        border: none;
        border-bottom: 3px solid #ebbb56;
        color: #fff;
        margin-top: 10px;
        font-weight: bold;
        cursor: pointer;
        padding: 0 30px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border-radius: 3px;
    }

.Ordine_Content {
    width: 98%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #454545;
}

    .Ordine_Content .Sezioni input {
        font-family: 'Open Sans';
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.5px;
        height: 52px;
        background-color: #fff;
        border: none;
        border-bottom: 3px solid #ebbb56;
        color: #155d87;
        margin-top: 10px;
        font-weight: bold;
        cursor: pointer;
        padding: 0 30px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .Ordine_Content .Funzioni {
        text-align: right;
    }

        .Ordine_Content .Funzioni input {
            font-family: 'Open Sans';
            display: inline-block;
            font-size: 14px;
            line-height: 30px;
            letter-spacing: 0.5px;
            height: 52px;
            background-color: #155d87;
            border: none;
            border-bottom: 3px solid #ebbb56;
            color: #fff;
            margin-top: 10px;
            font-weight: bold;
            cursor: pointer;
            padding: 0 30px;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            border-radius: 3px;
        }

    .Ordine_Content .Sezioni input.Select {
        font-family: 'Open Sans';
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.5px;
        height: 52px;
        background-color: #155d87;
        border: none;
        border-bottom: 3px solid #ebbb56;
        color: #fff;
        margin-top: 10px;
        font-weight: bold;
        cursor: pointer;
        padding: 0 30px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        border-radius: 3px;
    }

.Ordine_Body {
    margin: 2px auto 2px 0;
    background-color: #fff;
    padding: 10px;
    border-top: 4px solid #a3b2bb;
    display: table;
    width: 99%;
}

    .Ordine_Body.h800 {
        min-height: 800px;
    }
    .Ordine_Body.h600 {
        min-height: 600px;
    }
    .Ordine_Body.h400 {
        min-height: 400px;
    }
    .Ordine_Body.h300 {
        min-height: 300px;
    }
    .Ordine_Body.h200 {
        min-height: 200px;
    }
    .Ordine_Body.h100 {
        min-height: 100px;
    }

#PnlProdotti .Ordine_Body {
    margin: 2px auto 2px 0;
    background-color: #fff;
    padding: 10px;
    border-top: 4px solid #a3b2bb;
    display: table;
    width: 100%;
}

.Ordine_BottoniIndirizzo {
     float: right;
    text-align: right;
}

.Ordine_Body .BtnModal {
    background-color: transparent;
    border: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #2172a1;
    cursor: pointer;
}



.Ordine_Body h2 {
    border-bottom: none;
    padding: 0 10px;
    line-height: 50px;
    font-size: 15px;
}
    .Ordine_Body h2 b {
        color: #e06e0d;
    }

.OrdineTable {
    width: 100%;
}

    .OrdineTable tr .Info span {
        text-align: left;
        display: block;
        line-height: 30px;
    }

    .OrdineTable tr {
    }

        .OrdineTable tr td:nth-child(odd) {           
            padding: 0 5px;
            margin: 0;
            width: 30%;            
            font-weight: bold;
            line-height: 40px;
        }

        .OrdineTable tr td:nth-child(even) {
            font-weight: bold;
            font-size: 12px;
            width: 70%;

        }

        .OrdineTable tr td input[type="text"] {
            border: solid;
            line-height: 30px;
            height: 30px;
            border-radius: 3px;
            border: none;
            border-bottom: solid 1px #a0a0a0;
            background: #fff;
            color: #155d87;
            font-size: 14px;
            margin: 0;
            font-weight: bold;
        }

        .OrdineTable tr td span {
            font-size: 14px;
            font-weight: bold;
            color: #155d87;
        }

    .OrdineTable select::-ms-expand {
        background-color: transparent;
        border: none;
        color: #3f7fa4;
    }

    .OrdineTable select {
        -webkit-appearance: none;
        appearance: none;
        border: solid;
        line-height: 30px;
        border-radius: 3px;
        border: none;
        border-bottom: solid 1px #a0a0a0;
        background: #fff;
        color: #155d87;
        font-size: 14px;
        margin: 0;
        font-weight: bold;
    }

    .OrdineTable textarea {
        padding: 10px;
        line-height: 20px;
        height: 80px;
        border-radius: 4px;
        border: solid 1px #a0a0a0;
        background: #fff;
        color: #483729;
        width: 98%;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 12px;
        letter-spacing: 1px;
        position: relative;
        margin: 0 0 0 0;
        font-family: 'Open Sans', sans-serif;
    }

.Ordine_Content .col-md-3 .OrdineTable tr td:nth-child(odd) {
    width: 98%;
    line-height: 40px;
}

.Ordine_Content .col-md-3 .OrdineTable tr td input[type="text"] {
    text-align: right;
    font-size: 14px;
    padding: 0 10px 0 0;
    background-color: #f5f5f5;
}
    .Ordine_Content .col-md-3 .OrdineTable tr td input[type="text"]:disabled {
        background-color: #fff;
    }

.Ordine_BottoniTotale {
    margin: 0 0 20px 0;
}

    .Ordine_BottoniTotale a {
        float: right;
        text-shadow: none;
    }

.Ordine_Body .BtnTotali {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0.5px;
    height: 38px;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid #ebbb56;
    color: #155d87;
    margin: 0 0 0 10px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    border-radius: 3px;
}

    .Ordine_Body .BtnTotali.Select {
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 38px;
        letter-spacing: 0.5px;
        height: 38px;
        background-color: #155d87;
        border: none;
        border-bottom: 3px solid #ebbb56;
        color: #fff;
        margin-top: 3px;
        font-weight: bold;
        cursor: pointer;
        padding: 0 30px;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        display: inline-block;
        border-radius: 3px;
    }

    .Ordine_Body .BtnTotali:hover,
    .Ordine_Body .BtnTotali.selected {
        border-bottom: 2px solid #ebbb56;
        font-weight: bold;
    }

.Ordine_Body .BtnOrdineClienti {
    background-color: transparent;
    border: none;
    padding: 0 20px 0 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #2172a1;
    cursor: pointer;
}

.Ordine_BottoniOrdineClienti {
    float: right;
    text-align: right;
}

.BottoniOrdineProdottti {
    float: right;
}

.Ordine_Content .BottoniOrdineProdottti input {
    font-family: 'Open Sans';
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    background-color: #155d87;
    border: none;
    border-bottom: 3px solid #ebbb56;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
}

#Legenda {
}

    #Legenda h2 {
        font-size: 15px;
        letter-spacing: normal;
    }

        #Legenda h2 small {
            padding-left: 30px;
        }

#Insert {
    /*margin: 30px 0;*/
    margin: 0;

}

    #Insert table {
        width: 100%;
        font-weight: bold;
        font-size: 14px;
    }

        #Insert table tr td:nth-child(1)
      {
            width: 150px;
        }
        #Insert table tr td:nth-child(2) {
            width: 100px;
        }
        #Insert table tr td:nth-child(3) {
            width: 300px;
        }

        #Insert table tr td:nth-child(4) {
            width: 100px;
        }

        #Insert table input[type="text"],
        .Insert table input[type="text"] {
            padding: 0 10px;
            line-height: 40px;
            height: 40px;
            border-radius: 5px;
            border: solid 2px #d0e6f3;
            background: #fff;
            color: #483729;
            font-size: 13px;
            width: 100%;
            margin: 0;
            -webkit-transition: 0.2s ease all;
            -o-transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -ms-transition: 0.2s ease all;
            transition: 0.2s ease all;
            font-weight: bold;
        }

        #Insert table .SpanNomeProdotto {
            border-radius: 3px;
            border: solid 2px #d0e6f3;
            background: #fff;
            background-color: rgba(189, 193, 193, 0.4);
            line-height: 35px;
            height: 40px;
            display: table-cell;
            padding: 0 30px 0 20px;
            margin: 0 !important;
        }

#pnlAggiuntaProdotti #Insert input[type=submit] {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0.5px;
    height: 38px;
    background-color: #155d87;
    border: none;
    border-bottom: 3px solid #ebbb56;
    color: #fff;
    margin-top: 3px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: table-cell;
    float: left;
    border-radius: 3px;
}

    #pnlAggiuntaProdotti #Insert input[type=submit].ButtonDisable {
        display: none;
    }

#Insert span {
    margin: 0 10px 0 20px
}

#Insert #lblQtaProdotto {
    position: absolute;
    margin: 0 0 0 10px !important;
    line-height: 40px;
}

#Insert #txtQtaToAdd {
    text-align: right;
}

#Insert input[type="text"] {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 2px #d0e6f3;
    background: #fff;
    color: #483729;
    text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
    font-size: 13px;
    letter-spacing: 1px;
    width: 50%;
    margin: 0;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-weight: bold;
}

#Insert select {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 2px #d0e6f3;
    background: #fff;
    color: #483729;
    width: 98%;
    text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    margin: 0;
    text-align: left;
    text-overflow: "";
}

    #Insert select::-ms-expand {
        background-color: transparent;
        border: none;
        color: #3f7fa4;
    }
/******************************************************************************/

.Ordini_ProdottiTable {
    width: 100%;
}

    .Ordini_ProdottiTable .SpanNomeProdotto {
        color: #4f4f4f;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: none;
        margin: 10PX 0 0 0;
        line-height: 40px;
        height: 40px;
        display: block;
    }

    .Ordini_ProdottiTable tr td input[type=text] {
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
        border-radius: 5px;
        border: solid 2px #d0e6f3;
        background: #fff;
        color: #483729;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0;
        -webkit-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        transition: 0.2s ease all;
        font-weight: bold;
        
    }

    .Ordini_ProdottiTable tr td select {
        -webkit-appearance: none;
        appearance: none;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #d0e6f3;
        background: #fff;
        color: #483729;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 12px;
        letter-spacing: 1px;
        position: relative;
        margin: 0;
        text-align: left;
        text-overflow: "";
        width: 175px;
    }

        .Ordini_ProdottiTable tr td select::-ms-expand {
            background-color: transparent;
            border: none;
            color: #3f7fa4;
        }

    .Ordini_ProdottiTable > thead > tr > th {
        line-height: 20px;
        vertical-align: top;
    }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(1) input[type=text] {
            width: 100%;
        }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(3) {
            text-align: center;
            width: 70px;
        }


            .Ordini_ProdottiTable > thead > tr > th:nth-child(3) input[type=text] {
                width: 70%;
                text-align: center;
            }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(5) {
            width: 150px;
            text-align: right;
        }


        .Ordini_ProdottiTable > thead > tr > th:nth-child(6) {
            width: 80px;
            text-align: center;
        }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(7),
        .Ordini_ProdottiTable > thead > tr > th:nth-child(8) {
            text-align: left;
            width: 80px;
        }

            .Ordini_ProdottiTable > thead > tr > th:nth-child(7) span,
            .Ordini_ProdottiTable > thead > tr > th:nth-child(8) span {
                display: inline-block;
                float: left;
            }

            .Ordini_ProdottiTable > thead > tr > th:nth-child(7) input[type=text],
            .Ordini_ProdottiTable > thead > tr > th:nth-child(8) input[type=text] {
                width: 50px;
            }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(9),
        .Ordini_ProdottiTable > thead > tr > th:nth-child(10),
        .Ordini_ProdottiTable > thead > tr > th:nth-child(11) {
            text-align: right;
            width: 110px;
        }

        .Ordini_ProdottiTable > thead > tr > th:nth-child(12) {
            width: 100px;
        }

    /*********************************BODY*/
    .Ordini_ProdottiTable > tbody > tr:nth-of-type(2n+1) {
        background-color: rgba(242, 243, 243, 0.35);
    }

    .Ordini_ProdottiTable > tbody > tr.trProdottoAggiunto {
        background-color: rgba(235, 187, 86, 0.30);
    }

    .Ordini_ProdottiTable > tbody > tr:hover {
        background-color: #f1f9ff;
    }


    .Ordini_ProdottiTable > tbody > tr > td {
        padding: 0 5px;
    }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(1) {
            width: 150px;
        }



            .Ordini_ProdottiTable > tbody > tr > td:nth-child(1) span {
                font-weight: bold;
                color: #313534;
            }



            .Ordini_ProdottiTable > tbody > tr > td:nth-child(1) .popover-content {
                font-size: 13px;
            }

                .Ordini_ProdottiTable > tbody > tr > td:nth-child(1) .popover-content h2 {
                    padding: 0;
                    border-bottom: none;
                    font-size: 12px;
                    line-height: 16px;
                }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(3) input[type=text] {
            font-weight: bold;
            width: 70px;
        }



        .Ordini_ProdottiTable > tbody > tr > td:nth-child(4) {
            width: 70px;
            text-align: center;
        }




        .Ordini_ProdottiTable > tbody > tr > td:nth-child(5) {
            text-align: center;
            width: 100px;
        }


            .Ordini_ProdottiTable > tbody > tr > td:nth-child(5) select {
                width: 70%;
            }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(6) {
            text-align: right;
            font-weight: bold;
        }

            .Ordini_ProdottiTable > tbody > tr > td:nth-child(6) input {
                text-align: right;
                font-weight: bold;
                width: 70%;
            }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(7) {
            text-align: center;
        }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(8) input[type=text],
        .Ordini_ProdottiTable > tbody > tr > td:nth-child(9) input[type=text] {
            text-align: center;
            width: 80px;
        }

        .Ordini_ProdottiTable > tbody > tr > td:nth-child(10),
        .Ordini_ProdottiTable > tbody > tr > td:nth-child(11),
        .Ordini_ProdottiTable > tbody > tr > td:nth-child(12) {
            text-align: right;
        }


    .Ordini_ProdottiTable > thead > tr > th .Alert {
        position: relative;
        display: block;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
    }
/******************************************************************************/
.Ordine_SpedizioneTable {
    width: 100%;
    margin: 10px 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0px;
    font-weight: normal;
}

    .Ordine_SpedizioneTable .Enable {
        color: #4CAF50;
    }


    .Ordine_SpedizioneTable .Disable {
        color: #f70909;
    }


    .Ordine_SpedizioneTable thead > tr > th {
        font-family: 'Fjalla One';
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-right: 1px solid rgba(189, 193, 193, 0.4);
        border-bottom: 1px solid rgba(189, 193, 193, 0.4);
        padding: 10px 8px;
        line-height: 10px;
        text-align: left;
        vertical-align: bottom;
        font-size: 11px;
    }


    .Ordine_SpedizioneTable > thead > tr > th input[type=text],
    .Ordine_SpedizioneTable > thead > tr > th select,
    .Ordine_SpedizioneTable > tbody > tr > td input[type=text],
    .Ordine_SpedizioneTable > tbody > tr > td select {
        padding: 0 3px;
        border-radius: 5px;
        border: solid 1px #d0e6f3;
        background: #fff;
        color: #483729;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 12px;
        letter-spacing: 1px;
        -webkit-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        transition: 0.2s ease all;
        width: 98%;
        line-height: 26px;
        height: 26px;
        z-index: 3;
        position: relative;
        margin: 0;
    }

        .Ordine_SpedizioneTable > thead > tr > th input[type=text]:focus,
        .Ordine_SpedizioneTable > tbody > tr > td input[type=text]:focus {
            line-height: 26px;
        }

        .Ordine_SpedizioneTable > thead > tr > th select::-ms-expand,
        .Ordine_SpedizioneTable > tbody > tr > td select::-ms-expand {
            background-color: transparent;
            border: none;
            color: #3f7fa4;
        }



    .Ordine_SpedizioneTable > tbody > tr > td {
        border-bottom: 1px solid rgba(189, 193, 193, 0.2);
        padding: 10px 8px;
        line-height: 1.84615;
        text-align: left;
        vertical-align: top;
        font-size: 13px;
        font-weight: 600;
    }

    .Ordine_SpedizioneTable > tbody > tr:nth-of-type(2n+1) {
        background-color: rgba(242, 243, 243, 0.35);
    }
