﻿.Modulo {
    /*margin-top: 5px;*/
    padding-bottom: 40px;
    padding-top: 5px;
}

    .Modulo h3 {
        padding-top: 10px;
        border-top: none;
    }

    .Modulo h4 {
        color: #4f4f4f;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: none;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
        border-bottom: 1px solid #d3d3d3;
        padding: 15px 0 0 10px !important;
        margin: 0 !important;
        line-height: 30px;
        clear: both;
    }
        .Modulo h4 span{
            float:right;
        }

        .Modulo h4 input[type=submit] {
            color: #313534;
            background-color: transparent;
            margin: 0;
            padding-left: 15px;
            border: none;
            font-family: FontAwesome, 'Open Sans';
            font-size: 12px;
            text-transform: uppercase;
            cursor: pointer;
            text-shadow: none;
            font-weight: 600;
            transition: transform .2s;
        }

            .Modulo h4 input[type=submit]:hover {
                transform: scale(1.06);
            }

    /* 1 Colonna */
    .Modulo .ModuloInLinea {
        padding: 0 20px 0 10px;
        width: 100%;
        display: table-cell;
    }

        .Modulo .ModuloInLinea h4 {
            margin-bottom: 10px !important;
        }
    /* 2 Colonne */
    .Modulo .ModuloDettagli {
        padding: 0 20px 0 10px;
        display: table-cell;
        width: 50%;
    }

    .Modulo .ModuloInformazioni {
        background-color: rgba(219, 231, 238, 0.24);
        padding: 0 20px 20px 20px;
        display: table-cell;
        width: 50%;
    }

    /* 3 Colonne */
    .Modulo .Modulo_Sx {
        padding: 0 20px 0 10px;
        display: table-cell;
        width: 34%;
    }

    .Modulo .Modulo_Cx {
        padding: 0 20px 0 10px;
        display: table-cell;
        width: 33%;
    }

    .Modulo .Modulo_Dx {
        padding: 0 0 0 10px;
        display: table-cell;
        width: 33%;
        background-color: rgba(219, 231, 238, 0.24);
    }

    .Modulo .Modulo_Sx_2x {
        padding: 0 20px 0 10px;
        display: table-cell;
        width: 67%;
    }

    /* Gestione Informazioni */
    .Modulo small {
        display: inline-block;
        float: left;
        width: 40%;
        vertical-align: middle;
        font-size: 13px;
        margin: 1px 0;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize;
        text-shadow: 0px 1px 1px rgb(209, 209, 209);
    }

        .Modulo small + span {
            display: inline-block;
            width: 60%;
            vertical-align: middle;
            font-size: 14px;
            min-height: 30px;
            margin: 1px 0;
            line-height: 30px;
            font-weight: bold;
        }

    .Modulo p {
        font-size: 13px;
        line-height: 30px;
        text-transform: capitalize;
        font-weight: bold;
    }

        .Modulo p small {
            width: 25%;
            font-weight: normal;
            overflow: hidden;
            white-space: nowrap;
            text-transform: capitalize;
            text-shadow: 0px 1px 1px rgb(209, 209, 209);
            margin: 0;
            font-size: 13px;
        }

    .Modulo .Button_Small {
        text-align: right;
        border-bottom: solid 1px #dcdcdc;
        padding-top: 10px;
        -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;
    }

        .Modulo .Button_Small:hover {
            background-color: #efefef;
        }

        .Modulo .Button_Small input[type=submit] {
            margin: 0;
            padding: 0;
            line-height: 22px;
            height: 22px;
            font-size: 11px;
        }

    /* Status Informativi */
    .Modulo .InputCheck_Status_Enable {
        color: #21872f;
        font-size: 12px;
        text-shadow: 0px 1px 1px rgb(209, 209, 209);
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    .Modulo .InputCheck_Status_Fail {
        color: #e8330b;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-shadow: 0px 1px 1px rgb(209, 209, 209);
    }

    .Modulo .InputCheck_Status_Disable {
        color: #696969;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-shadow: 0px 1px 1px rgb(209, 209, 209);
        line-height: 30px;
    }

        .Modulo .InputCheck_Status_Enable i,
        .Modulo .InputCheck_Status_Disable i,
        .Modulo .InputCheck_Status_Fail i {
            padding: 0 20px 0 0;
        }

    /* Input */
    .Modulo input[type=submit] {
        padding: 0 10px;
        margin: 10px 0 0 0;
        line-height: 38px;
        height: 38px;
    }

    .Modulo input[type="text"], .Modulo input[type="password"] {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #FCEBCF;
        background: #fff;
        color: #483729;
        width: 98%;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 12px;
        letter-spacing: 1px;
        margin: 30px 0 0 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;
    }

    .Modulo .Btn_Standard {
        margin: 10px 0 0 0;
    }


    .Modulo input[type="text"] + span,
    .Modulo input[type="password"] + span {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        padding: 0 10px;
        color: #767676;
        text-shadow: 0px 1px 1px rgb(255, 255, 255);
        -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;
        position: absolute;
        top: 10px;
        left: 0px;
        color: #333;
    }

    .Modulo input[type="text"]:focus,
    .Modulo input[type="password"]:focus {
        border: solid 2px #FCEBCF;
        line-height: 39px;
    }

        .Modulo input[type="text"]:focus + span,
        .Modulo input[type="password"]:focus + span {
            font-size: 12px;
            color: #676767;
            line-height: 20px;
            padding: 0 10px;
            color: #1270a7;
            text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        }

        .Modulo input[type="text"]:focus + span,
        .Modulo input[type="password"]:focus + span {
            color: #1270a7;
        }

    .Modulo input[type="text"]:disabled {
        color: #767676;
        -webkit-text-fill-color: #767676;
        background-color: #f7f7f7;
        border: none;
    }

    .Modulo input[type=radio] {
        height: 30px;
        margin: 0 0 0 25px;
        display: block;
        float: left;
    }

        .Modulo input[type=radio] + label {
            font-size: 12px;
            text-shadow: 0px 1px 1px rgb(209, 209, 209);
            line-height: 30px;
            letter-spacing: 0.5px;
            display: block;
            padding: 0 0 0 5px;
            cursor: pointer;
            text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        }

            .Modulo input[type=radio] + label:hover {
                background-color: #f3f3f3;
            }

    /* Fine Input */

    /* File Upload */
    .Modulo .AsyncFileUpload {
        position: relative;
        padding: 0;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        border: solid 1px #FCEBCF;
        background: #fff;
        font-family: FontAwesome, 'Open Sans';
        font-size: 12px;
        word-spacing: 2px;
        color: #313534;
        width: 98%;
        text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
        font-size: 12px;
        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;
        background-color: rgba(219, 231, 238, 0.24);
    }

    .Modulo input[type="file"] {
        background: transparent;
        border: solid 1px #fff;
        opacity: 0;
    }

    .Modulo .AsyncFileUpload + span {
        position: absolute;
        border-radius: 5px;
        right: 0;
        top: 0;
        background-color: #dcdcdc;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        line-height: 40px;
        padding: 0 10px;
        color: #767676;
        text-shadow: 0px 1px 1px rgb(255, 255, 255);
        -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;
    }

    /* TxtArea */
    .Modulo textarea {
        padding: 0 10px 0 130px;
        line-height: 20px;
        height: 80px;
        border-radius: 4px;
        border: solid 1px #FCEBCF;
        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: 10px 0 0 0;
        font-family: 'Open Sans', sans-serif;
    }

        .Modulo textarea:not(.Bottom) + span {
            -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;
        }

        .Modulo textarea + span, .Modulo textarea:focus + span, .Modulo textarea.Top + span {
            position: absolute;
            font-size: 11px;
            color: #727272;
            text-align: left;
            background-color: rgba(238, 238, 238, 0.75);
            line-height: 76px;
            left: 3px;
            top: 12px;
            width: 120px;
            padding: 0 0 0 5px;
            border-radius: 5px;
        }

        .Modulo textarea:focus + span {
            color: #1270a7;
        }

    /* Fine TxtArea */

    /* DDL */
    .Modulo select::-ms-expand {
        background-color: transparent;
        border: none;
        color: #3f7fa4;
    }

    .Modulo select {
        -webkit-appearance: none;
        /*-moz-appearance: none;*/
        appearance: none;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #FCEBCF;
        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: 30px 0 0 0;
        text-align: left;
        text-overflow: "";
    }

        .Modulo select + span {
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            line-height: 20px;
            padding: 0 10px;
            color: #767676;
            -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;
            position: absolute;
            top: 10px;
            left: 0px;
            color: #333;
        }

    .ddlPartner {
        -webkit-appearance: none;
        /*-moz-appearance: none;*/
        appearance: none;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        border-radius: 5px;
        border: solid 2px #FCEBCF;
        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: 55%;
    }

    /* CheckBox */
    .Modulo input[type="checkbox"]:not(ie8) {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .Modulo input[type="checkbox"]:not(ie8):not(ie8) + span {
            position: relative;
            padding: 0;
            padding-left: 10px;
            margin-left: 12px;
            display: inline-block;
            cursor: pointer;
            vertical-align: text-top;
            color: #483729;
            width: 98%;
            text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
            font-size: 12px;
            letter-spacing: 1px;
            margin: 20px 0 5px 15px;
        }

        .Modulo input[type="checkbox"]:not(ie8) + span:before {
            content: "";
            position: absolute;
            left: -10px;
            top: 2px;
            z-index: 1;
            width: 13px;
            height: 13px;
            border: 1px solid rgba(72, 55, 41, 0.51);
        }

    .Modulo input[type="checkbox"]:not(ie8), .Modulo input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .Modulo input[type="checkbox"]:not(ie8) label {
            padding: 0;
            margin: 0;
        }

        .Modulo input[type="checkbox"] + span:before {
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .Modulo input[type="checkbox"]:checked + span:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            height: 10px;
            border-color: #313534;
            border-top-style: none;
            border-right-style: none;
        }

    /* Fine CheckBox */

    /* Special Input, Price */
    .Modulo .InputPrice input[type="text"] {
        padding: 0 20px 0 150px;
        line-height: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
        border-bottom: solid 1px #FCEBCF;
        background: #fff;
        color: #333333;
        width: 98%;
        font-size: 12px;
        letter-spacing: 0;
        position: relative;
        margin: 10px 0 0 0;
        text-align: right;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 1px;
        font-weight: bold;
    }

        .Modulo .InputPrice input[type="text"]:focus ~ span,
        .Modulo .InputPrice input[type="text"] ~ span,
        .Modulo .InputPrice input[type="text"].Top ~ span,
        .Modulo .InputPrice span {
            position: absolute;
            color: #483729;
            text-shadow: 0px 1px 1px rgba(200, 194, 194, 0.75);
            font-size: 12px !important;
            line-height: 15px;
            left: 0px;
            top: 19px;
            width: 140px;
            padding: 0 0 0 10px;
            font-style: normal;
            text-transform: none;
            background-color: #fff;
        }    

    .Modulo .InputPrice input[type="text"]:disabled {
        color: #454545;
        -webkit-text-fill-color: #333333;
        text-shadow: none;
    }

    .Modulo .InputPrice .Evidence {
        color: #1270a7 !important;
        font-size: 16px !important;
        -webkit-text-fill-color: #1270a7;
        text-shadow: none;
    }

    .Modulo .InputPrice select:enabled {
        height: 30px !important;
        margin: 10px 0 0 0 !important;
        width: 94%;
        border-radius: 4px;
        border-bottom: solid 1px #FCEBCF;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
    }

    .Modulo .InputPrice select:disabled {
        height: 30px !important;
        margin: 10px 0 0 0 !important;
        width: 94%;
        border-radius: 4px;
        border-bottom: transparent;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
    }

    .Modulo .InputPrice a {
        position: absolute;
        left: 60px;
        top: 70px;
        color: #9b9b9b;
        font-size: 11px;
    }

        .Modulo .InputPrice a i {
            font-size: 10px;
            margin: 0 5px 0 0;
            font-weight: normal;
        }
/* Fine Input */
