/*--- partner ---*/

.ecommerce {
    position: relative;
    padding:0;
    margin:0;
    width: 100%;
    font-weight: 400;
}

.ecommerce-container {
    position: relative;
    top:-65px;
    padding:0 50px;
    margin: 0;
    width: 100%;
    background-color: #fff;
}

.form {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: 90px 0 90px 0;
    display:none;
}

.ecommerce-container .logout {
    position: relative;
    right: 50px;
    margin: 50px 0 0 auto;
    padding: 0 0 0 0;
    width: 150px;
    height: 40px;
}

.ecommerce-container .logout a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-color: #e4e4e4;
    border: none;
    padding: 6px 8px;
    border-radius: 0px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    line-height: 25px;
    width: 123px;
    outline: none;
    text-align: center;
    border-radius: 25px;
}

.ecommerce-container .logout a:hover {
    background-color: #c0c0c0;
}

.ecommerce-container .titolo {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
    color: #333;
    letter-spacing: -1px;
    width: 100%;
}

.ecommerce-container .testo {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
    color: #777;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    font-style:italic;
    width: 100%;
}

.ecommerce-container .tab {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    width:770px;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
}

.ecommerce-container .tab .titoletto {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    background-color:#ffaf00;
    letter-spacing: 0;
    width: 100%;
}

.ecommerce-container .tab .subtab {
    position: relative;
    margin:20px;
    padding:0;
    width:730px;
}

.ecommerce-container .tab .subtab.border {
/*
    border:1px solid #ccc;
*/
}

.table-ecommerce {
    position: relative;
    margin:0;
    padding:0;
    width:100%;
    empty-cells: show;
    border-spacing:1px;
    display: table;
}

.table-ecommerce td {
    margin:0;
    padding:0;
    height:40px;
    width:100%;
}

.table-ecommerce td.label {
    width:210px;
    text-align: right;
    border:none;
    line-height: 40px;
    height:40px;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
}

.table-ecommerce td.label-no {
    border:none;
    line-height: 40px;
    height:40px;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    width:150px;
}

.table-ecommerce td.w600 {
    width:600px;
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.table-ecommerce td.w600.pad33 {
    padding: 0 0 0 33px;
}

.table-ecommerce td.w120 {
    width:120px;
    border: 1px solid #ccc;
    padding: 0 10px 0 0;
}

.table-ecommerce td.w600.no-border,
.table-ecommerce td.w120.no-border {
    border: 0px;
}

.table-ecommerce td.w600.border-bottom,
.table-ecommerce td.w120.border-bottom {
    border: 0px;
    border-bottom: 1px solid #eee;
}

.table-ecommerce td.w600 div,
.table-ecommerce td.w120 div {
    font-weight:400;
}

.table-ecommerce td.label-no.w200 {
    width:200px;
}

.table-ecommerce td.label.logo {
    width:100px;
}

.table-ecommerce td.space {
    width:25px;
    line-height: 40px;
    height:40px;
}

.table-ecommerce td.little {
    line-height: 20px;
    height:20px;
    font-size:14px;
    color:#888;
    font-style: italic;
}

.table-ecommerce td.input {
    width:495px;
    background-color:#fff;
    border:1px solid #ccc;
    border-left:7px solid #488bfe;
    line-height: 40px;
    height:40px;
}

.table-ecommerce td.input.logo {
    width:565px;
}

.table-ecommerce td.input.pro {
    background-color:#ffe4ad;
    border-right:7px solid #ffaf00;
}

.table-ecommerce td.input.required {
    border-left:7px solid #478bff;
}

.table-ecommerce td.input .note {
    display:inline;
    text-align:right;
    padding-left:20px;
    color:#ffaf00;
    font-style:italic;
    font-weight:400;
}

.table-ecommerce td.areatext {
    padding-right:15px;
    background-color:#ffe4ad;
    border-right:7px solid #ffaf00;
}

.table-ecommerce select,
.table-ecommerce input[type="text"],
.table-ecommerce input[type="password"],
.table-ecommerce input[type="email"] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius: 0px;
    border:0px;
    background-color:#fff;
    color: #333;
    display: block;
    margin: 0 0 0 0;
    outline: none;
    padding: 7px 10px;
    width: 100%;
    line-height:25px;
    font-size: 18px;
    font-weight: 300;
}

.table-ecommerce-login td.input input[type="text"],
.table-ecommerce-login td.input input[type="password"],
.table-ecommerce td.input-standard input[type="text"]
{
    border: 1px solid #c0c0c0;
}

.table-ecommerce td.input select,
.table-ecommerce td.input input[type="text"],
.table-ecommerce td.input input[type="password"],
.table-ecommerce td.input input[type="email"] 
{
    border-left: 1px solid #c0c0c0;
}

.table-ecommerce td.input.required select,
.table-ecommerce td.input.required input[type="text"],
.table-ecommerce td.input.required input[type="password"],
.table-ecommerce td.input.required input[type="email"] 
{
    border-left: 0px solid #c0c0c0;
}

.table-ecommerce select {
    width:100%;
    height: 40px;
    margin: 0px 0px 0 0px;
    -webkit-appearance: none;
    background-image:url(/assets/img/arrow_Select.png);
    background-position:97% center;
    background-size: 13px 7px;
    background-repeat: no-repeat;
}

.table-ecommerce select.selectnull {
    color:#ddd;
}

.table-ecommerce textarea {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border-radius:4px;
    background: #fff;
    border: 0px;
    color: #888;
    display:block;
    margin:0;
    outline:none;
    padding:12px 12px;
    width:100%;
    font-size:15px;
    font-weight:400;
    overflow:auto;
    resize:none;
    height:100px;
    position: relative;
    top:0px;
}

.table-ecommerce textarea .textarea {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size:21px;
    font-weight:400;
}

.table-ecommerce button[type="button"], 
.table-ecommerce button[type="reset"], 
.table-ecommerce button[type="submit"],
.table-ecommerce a.p-modifica {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #59b958;
    border: none;
    padding: 8px 8px;
    border-radius: 5px;
    order: 0px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 0;
    line-height: 25px;
    width: 235px;
    outline: none;
    text-align: center;
}

.table-ecommerce button[type="button"]:hover, 
.table-ecommerce button[type="reset"]:hover, 
.table-ecommerce button[type="submit"]:hover,
.table-ecommerce a.p-modifica:hover {
    background-color:#67d166;
    color: #fff;
}

.table-ecommerce input[type="text"]:focus,
.table-ecommerce input[type="password"]:focus,
.table-ecommerce input[type="email"]:focus, textarea:focus {

}

.table-ecommerce input[type="checkbox"], 
.table-ecommerce input[type="radio"] {
    box-sizing: border-box;
    margin: 4px 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    float:left;
    -webkit-appearance: none;
}

.table-ecommerce input[type="checkbox"]:checked {
    background-color:#fff;
    background-repeat:no-repeat;
    background-image:url(/assets/img/checked.png);
    background-position:center center;
    outline: none;
}

.table-ecommerce input[type="file"] {
    height: 42px;
    margin: 0;
    border-radius: inherit;
    max-width: 350px;
    background-color:#fff;
}

/*--- ! ---*/

.table-ecommerce-login {
    margin:0 auto;
    padding:0;
    width:235px;
    empty-cells: show;
    border-spacing:1px;
    display: table;
}

.table-ecommerce-login td {
    margin:0;
    padding:0;
    height:10px;
}

.table-ecommerce-login td.input {
    width:235px;
    text-align: center;
    border:none;
    line-height: 40px;
    height:40px;
    font-size: 18px;
    font-weight: 400;
}

#calc-totale-1,
#calc-totale-2 {
    font-weight: 700;
}


/*--- Placeholders ---*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color:rgba(192,192,192,.9); font-style:italic;}

input::-moz-placeholder,
textarea::-moz-placeholder { color:rgba(192,192,192,.9); font-style:italic;}

input:-moz-placeholder,
textarea:-moz-placeholder { color:rgba(192,192,192,.9); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color:rgba(192,192,192,.9); font-style:italic; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { color:rgba(192,192,192,.9); }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { color:rgba(192,192,192,.9); }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { color:rgba(192,192,192,.9); }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { color:rgba(192,192,192,.9); }
/*--- ! ---*/


