html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.2;
    background: #FFF;
    background: radial-gradient(circle, #FFF, #CCC);
}

body, input, textarea, select {
    font-size: 16px;
    font-family: 'Titillium Web', Arial, serif;
    font-weight: 300;
    color: #000;
}

strong {
    font-weight: 600;
}

/* inline */
a {
    color: #00419B;
    text-decoration: none;
}

a:hover {
    color: #3577d2;
}

/* block */
p, ul, ol, blockquote {
    line-height: 1.8;
    margin: 1em 0;
}

ol, ul {
    margin-left: 2em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.3;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 1.25em 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* placeholer */
::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.placeholder {
    color: #777;
}

/* form */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, textarea, select {
    vertical-align: middle;
    box-sizing: border-box;
}

input[type=text], input[type=password], select {
    height: 42px;
}

input[type=text], input[type=password], textarea, select {
    padding: 7px;
    background: #FFF;
    color: #000;
    border: 1px solid #DDD;
    line-height: 40px;
}

textarea {
    line-height: 1.5;
    resize: vertical;
}

select {
    height: 42px;
}

option {
    padding: 2px 8px;
}

.fakeInput {
    border: 1px solid #DDD;
    background: #FFF;
    display: inline-block;
}

.fakeInput .input {
    width: 100%;
}

.fakeInput .pulsanti {
    margin: 10px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border-color: #CCC;
    box-shadow: 0 0 2px #CCC;
}

input[type=text]:disabled, input[type=password]:disabled, textarea:disabled {
    color: #999;
}

input[type=text][readonly], input[type=password][readonly], textarea[readonly] {
    background: #F6F6F6;
    box-shadow: none;
    cursor: default;
}

input[type=submit], input[type=button] {
    background: #366195;
    color: #FFF;
    cursor: pointer;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #3b6393;
}

input[type=submit]:hover, input[type=button]:hover {
    background: #6588b2;
    color: #FFF;
}

input[type=submit].grande, input[type=button].grande {
    font-size: 20px;
}

input[type=submit].bianco, input[type=button].bianco {
    background: #F6F6F6;
    border-color: #DDD;
    color: #666;
}

input[type=submit].bianco:hover, input[type=button].bianco:hover {
    background: #F0F0F0;
    color: #000;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

/* cfix float */
.cfix:before, .cfix:after {
    content: "";
    display: table;
}

.cfix:after {
    clear: both;
}

.cfix {
    zoom: 1;
}

/* varie */
.bold {
    font-weight: 600;
}

.mrg {
    margin: 1.2em 0;
}

.mrg1 {
    margin-top: 1.2em;
}

.mrg2 {
    margin-bottom: 1.2em;
}

.alertOk, .alertErr {
    padding: 0 20px;
}

.alertOk ul, .alertErr ul {
    margin-left: 15px;
}

.alertOk {
    border: 1px solid #a7ed5b;
    background: #DBFFCC;
}

.alertErr {
    border: 1px solid #ffce5c;
    background: #fdf5be;
}

.icoRight {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.icoRight.v2 {
    margin-right: 10px;
}

.icoLeft {
    margin-left: 5px;
    vertical-align: text-bottom;
}

.icoLeft.v2 {
    margin-left: 10px;
}

.icoMiddle {
    vertical-align: middle;
    margin: 0 10px;
}

.tabLista {
    width: 100%;
}

.tabLista td {
    padding: 10px;
    vertical-align: middle;
}

.tabLista tr.head {
    border-bottom: 1px solid #EFEFEF;
    color: #666;
}

.tabLista td:first-child {
    padding-left: 0;
}

.tabLista tr.evidenziata {
    background: #F5F5F5;
    font-weight: 600;
}

.tabPd {
    width: 100%;
}

.tabPd td {
    padding: 5px 0;
    vertical-align: middle;
}

.tabPd.pdxl td {
    padding: 15px 0;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pulsante {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 14px;
    border: 1px solid #DDD;
    color: #333;
    background: #F6F6F6;
    outline: 0;
}

.pulsante:hover {
    background: #F0F0F0;
    color: #000;
}

.pulsante.on {
    box-shadow: inset 1px 1px 3px #CCC;
    color: #000;
}

.pulsante.blue {
    box-shadow: none;
    background: #366195;
    color: #FFF;
    border: 1px solid #3b6393;
}

.pulsante.blue:hover {
    background: #6588b2;
    color: #FFF;
}

.pulsante.grande {
    font-size: 14px;
}

.pulsante .ico {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.pulsante .ico.sin {
    margin-right: 8px;
}

.pulsante .ico.opc {
    opacity: .5;
}

.pulsante .ico.i12 {
    width: 12px;
    padding-top: 2px;
}

.pulsante:hover .ico.opc {
    opacity: 1;
}

.nd {
    color: #999;
}

/* Login + logout */
.loginBox {
    width: 354px;
    margin: 50px auto 25px auto;
}

.loginBox .alertErr {
    margin-bottom: 5px;
}

.loginBox .logo {
    display: block;
    background: url(../logo.png) no-repeat top center;
    height: 65px;
    margin-bottom: 15px;
}

.loginBox .corpo {
    padding: 25px;
}

.loginBox .nomeCampo {
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}

.loginBox .campo {
    width: 100%;
    font-size: 22px;
}

.loginBox .password {
    margin-top: 15px;
}

.loginBox .accedi {
    margin-top: 20px;
    display: block;
    height: 36px;
    width: 100%;
    font-size: 22px;
}

.loginBox .captcha {
    margin-top: 20px;
    min-height: 78px;
}

.loginBox .indietro {
    margin-top: 15px;
}

.loginBox .corpo, .logoutBox {
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: inset 1px 1px 0 #FFF, 0 0 15px #DDD;
}

.logoutBox {
    width: 250px;
    margin: 50px auto 25px auto;
    padding: 0 25px;
}