/* 
    Document   : style
    Created on : 7-nov-2014, 16.26.32
    Author     : Alessio Furesi
    Description:
        Purpose of the stylesheet follows.
*/
html {
    margin: 0px; 
    padding: 0px;
    height:100%;

}

body {
    text-align: center; 
    font-family: Verdana;
    margin: 0px; 
    padding: 0px;
    height:100%;    
}

div#container {
    min-height: 100%;  
    height: 100% !important;  
    margin: 0 auto;    
    width: 100%; 
    text-align: left;
    max-width: 800px;   
    /*background-image: url("../img/01015/sfondo.jpg");*/
    background-repeat: no-repeat;
    background-position:  bottom left;      
}

div#inputForm {
    text-align: right;  
}
div#header {
    padding: 0.5em;
}

div#navigation {
    width: 700px;
    margin: 0 auto;
}

div#navSx{
    float: left; 
    width: 75%;
    height: 26px;   

}
div#navDx{
    margin-left: 75%;
    height: 26px;   

}

div#content {
    margin:0 auto;
    /*width: 100%;*/
    height: auto;   
    text-align: left;    
}
div#contentSx{
    padding: 1.5em; 
    margin-right: 45%;
    height: 100%;
}
div#contentDx{
    float: right;
    height: 100%;
    text-align: right;
    padding: 1.5em; 
    width: 45%;   
}

div#footer {
    clear:both;      
    float: right;
    padding-top: 0.5em;   
    width: 100%;
    text-align: center; 
    clear: right; 
    color:#6f7070;
    font-family:Verdana;font-size:11px;
    position: relative;
    width: 100%;
    height: 100px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;    
    height:70px;    
    border-top: 1px solid #bbb;
}
img{
    max-width:100% !important;   
    height:auto;
    display:block;
}

marquee{
    /*    border: solid; 
        border-color: #19c589; 
        border-width: 2px;*/
    height:100px;
    width:100%;
    padding:5px;
    text-align: justify;
}

p.msgAll:nth-child(odd) { color: red; }
p.msgAll:nth-child(even) { color: blue; }

p.msg:nth-child(odd) { color: blue; }
p.msg:nth-child(even) { color: red; }

.testo{
    font-family:Verdana;
    font-size:10px;
    color:#6f7070;
}
.label{
    font-family:Verdana;
    font-size:10px; 
    font-weight:bold;
}

.campoTesto{
    font-family:Verdana;
    font-size:10px;
    color:#010066;
    font-weight:bold;
}

.campoTesto a {
    font-family:Verdana;
    font-size:10px;
    color:#010066;
    font-weight:bold;
}
.campoForm{
    font-family:Verdana;
    font-size:10px;
    color:#000000;
    width:130px;
}

.errore {
    font-family : Verdana;
    font-size : 11px;
    font-weight : bold;
    color : #b50000;
}

.msgBanca {
    font-size:11px;
    color : #ff0000;
    text-align: justify
}

.tableMsg {
    font-family : Verdana;
    font-size: 10px;
    /*padding: 10px;*/
    width: 100%;
    height: 100%;
    margin: 0;
    color : #010066;
}


table { 
    width: 100%; 
    border-collapse: collapse; 
    /*max-width: 720px;*/
}

.benvenuto {
    font-family : Verdana;
    text-align: center;
    /*background-color:#19c589;*/
    /*    border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;    */
    /*    padding: 20px;    */
    font-size : 24px;
    font-weight : bold;
    color : #010066;    
}

.messageSc {
    font-family : Verdana;
    font-size : 18px;
    font-weight : bold;
    color : #010066;
}

.messageSc a {
    font-family : Verdana;
    background: window;
    font-size : 11px;
    font-weight : bold;
    color : #010066;
}



.esitoOK {
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #339966;
}

.esitoKO {
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #b50000;
}

input.submit {
    background: #D4F0FF;
    border: 1px solid #ccc;
    text-align: center;
    color: #003063;
    font-weight:bold;
    width: 100px;
    /*box-shadow: 3px 3px 1px #888888;*/
}

#btnInvia {
    background: #D4F0FF;
    border: 1px solid #ccc;
    text-align: center;
    color: #003063;
    font-weight:bold;
    width: 100px;
    /*box-shadow: 3px 3px 1px #888888;*/
}

.btnInvia {
    background: #D4F0FF;
    border: 1px solid #ccc;
    text-align: center;
    color: #003063;
    font-weight:bold;
    width: 100px;
    /*box-shadow: 3px 3px 1px #888888;*/
}

a.submit {
    background: #19c589;
    border: 1px solid white;
    text-align: center;
    font-weight:bold;
    text-decoration: none;
    color: white;
    width: 100px;
    box-shadow: 3px 3px 1px #888888;
}

@media screen and (max-height : 600px){
    div#footer {
        position: relative;    
    }  
}

@media screen and (max-width : 600px){
    div#footer {
        position: relative;    
    }  
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 999;
}

/* You can customize to your needs  */
.recupera-pw-popup {
    display: none;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

/* You can customize to your needs  */
.recupera-id-popup {
    display: none;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

/*form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}*/

form.signin .textbox input {
    /*background: #666666;*/
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #000;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Verdana;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    /*text-shadow: 0 0 2px #000;*/
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    /*text-shadow: 0 0 2px #000;*/
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 11px;
    width: 210px;
}

.button:hover {
    background: #ddd;
}