﻿body {
}
h1, h2, h3, h4, h5, h6 {
    color: #4d7fbb;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
input[type=checkbox] {
    padding-left:5px;
    padding-right:5px;
    border-radius:2px;
    white-space: nowrap;
    overflow:hidden;
    width:32px;
    height:32px;
    background-color: #ccc;
        vertical-align: middle;
        margin-right: 10px;
}
input[type=checkbox]:checked {
}
input[type=checkbox]:hover {
    box-shadow:0px 0px 5px #333;
}
.no-padding {
    padding: 0px;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 100px;
}
.textbox {
    padding: 5px 0px 5px 5px;
    border: 1px solid #ccc;
}
.textbox-iban {
    text-align: center;
    padding: 6px 0px;
}
.select {
    padding: 9px 0px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 5px;

}
.form-dona .textbox, .form-dona .select {
    width: 100%;
}
.form-dona .textbox-iban2 {
    width: 40px;
}
.form-dona .textbox-iban1 {
    width: 20px;
}
.form-dona .textbox-iban5 {
    width: 100px;
}
.form-dona .textbox-iban12 {
    width: 240px;
}
.box-iban >div{
    float: left;
    margin-right: 5px;
}
a.read-more {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #4d7fbb;
    color: #4d7fbb;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-transform: lowercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
a.read-more:hover {
    background: #4d7fbb;
    color: #fff;
}
.form-error {
    background-color: #e89b9b;
}
.div-intestatario-diverso {
    display: none;
}
.sono-in-estero {
    display: none;
}