html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

/* INIZIO POPUP */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

div.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
}

div#popup-iframe {
    display: none;
    position: fixed;
    top: 4%;
    bottom: 4%;
    left: 4%;
    right: 4%;
    z-index: 1001;
    background-color:white;
    /*background: -webkit-linear-gradient(#ececec, #f5f5f5);
    background: -o-linear-gradient(#ececec, #f5f5f5);
    background: -moz-linear-gradient(#ececec, #f5f5f5);
    background: linear-gradient(#ececec, #f5f5f5);*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    -o-box-shadow: 0px 0px 8px #aaa;
    -moz-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    padding: 0px;
}

div#popup-iframe iframe {
    border: none;
    margin: 1%;
    width: 98%;
    height: 96%;
    overflow-y: auto;
}

.close-dialog {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    background-color: #900;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}

#loading {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../../../images/loading.gif) center center no-repeat;
}

/* FINE POPUP */

/* INIZIO ALERT */

div#mask2 {
    z-index: 2000;
}

div#alert {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 400px;
    margin-left: -220px;
    z-index: 2003;
    font-family: arial,sans-serif;
    background: -webkit-linear-gradient(#ececec, #f5f5f5);
    background: -o-linear-gradient(#ececec, #f5f5f5);
    background: -moz-linear-gradient(#ececec, #f5f5f5);
    background: linear-gradient(#ececec, #f5f5f5);
    -webkit-box-shadow: 0px 0px 8px #aaa;
    -o-box-shadow: 0px 0px 8px #aaa;
    -moz-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
    padding: 20px;
}

div#alert .message {
    line-height: 1.3em;
    font-weight: bold;
    padding-bottom: 30px;
}

div#alert .toolbar {
    text-align: right;
}

div#alert button {
    margin-left: 15px;
    color:white;
    padding:6px 12px;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    user-select:none;
    background-image:none;
    border-radius:5px;
    font-family:Arial,sans-serif;
    border:1px solid transparent;
    line-height:1.4;
    margin-bottom:0;
    font-size:14px;
}

div#alert button.negative {
    background-color: #c00;
}

div#alert button.positive {
    background-color: #006e6f;
}

/* FINE ALERT */

html, body {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 12%;
    margin-left: 12%;
}

.container {
    width:100%;
    height:100%;
    border-radius:5px;
    background-color:#d3d3d3;
    text-align:center;
}

.container img {
    max-width:100%;
    height:auto;
    max-height:35%;
}

.container label {
    width: 100%;
    font-size: 1vw;
    font-family: Arial,sans-serif;
    display: block;
}

.container input {
    vertical-align: middle;
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    font-family: arial, sans-serif;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top:2px;
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.footer {
    width:100%;
    margin-top:5%;
}

.container button {
    display:inline-block;
    min-width: 25%;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    background-color: #006e6f;
    color: white;
    font-family: Arial,sans-serif;
    border-radius: 4px;
    border: 1px solid transparent;
}

.RecuperaPwd {
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
    display:block;
    margin-top:2%;
}