@CHARSET "UTF-8";
.hero-unit {
    padding: 20px;
}
.hero-unit h1 {
    font-size: x-large;
    margin-bottom: 10px;
}
.hero-unit p {
    font-size: medium;
    line-height: 1.2em;
}
h1,h2,h3 {
    text-align: center;
}
tr.odd {
    background-color: #eeeeee;
}
thead tr,tfoot tr {
    background-color: #5BC0DE;
    color: #ffffff;
}
tbody tr:hover {
    background-color: #D9EDF7;    
}
table.condensed {
    font-size: x-small;
}
table.condensed th,
table.condensed td {
    padding: 2px;
    vertical-align: top;
}
table.condensed .btn-small {
    padding: 2px 4px;
}
table.table th {
    text-align: center;
}

table.table th a {
    color: #ffffff;
}

table.table th a.sorted {
}

table.table th img.sortdir {
    vertical-align: bottom;
    margin-bottom: 4px;
    margin-left: 4px;
}


input.tablefilter {
    font-size: x-small;
    padding: 2px;
    height: 1.2em;
}
td.actions {
    text-align: center;
}
th.piva input.tablefilter,
th.cf input.tablefilter {
    width: 6em;
}
th.localita input.tablefilter,
th.client_city input.tablefilter {
    width: 4em;
}
th.provincia input.tablefilter,
th.client_country input.tablefilter {
    width: 2em;
}
th.client_zip input.tablefilter,
th.cap input.tablefilter {
    width: 3em;
}
th.ragione_sociale input.tablefilter {
    width: 3em;
}

th.username input.tablefilter,
th.nome input.tablefilter,
th.client_name input.tablefilter,
th.cliente input.tablefilter,
th.titolare input.tablefilter {
    width: 8em;
}
th.address input.tablefilter,
th.indirizzo input.tablefilter,
th.client_address input.tablefilter,
th.client_address_2 input.tablefilter {
    width: 8em;
}
th.client_state input.tablefilter {
    width: 4em;
}

th.telefono input.tablefilter,
th.fax input.tablefilter,
th.client_phone_number input.tablefilter,
th.client_fax_number input.tablefilter {
    width: 6em;
}
th.client_mobile_number input.tablefilter {
    width: 6em;
}
th.orario input.tablefilter {
    width: 4em;
}
th.email input.tablefilter,
th.pec input.tablefilter,
th.indirizzo_pec input.tablefilter,
th.email input.tablefilter,
th.client_email_address input.tablefilter {
    width: 6em;
}
th.client_web_address input.tablefilter {
    width: 8em;
}
th.client_notes input.tablefilter {
    width: 8em;
}
th.client_tax_id input.tablefilter {
    width: 6em;
}
th.client_active input.tablefilter {
    width: 2em;
}
th.codice_fiscale input.tablefilter {
    width: 4em;
}
th.tipologia input.tablefilter,
th.tipologia_pagamento input.tablefilter {
    width: 6em;
}
th.data input.tablefilter,
th.data_scadenza input.tablefilter,
th.data_fattura input.tablefilter,
th.data_pagamento input.tablefilter {
    width: 6em;
}

th.id input.tablefilter,
th.id_clienti input.tablefilter {
    width: 4em;
}
th > input {
    margin-bottom: 3px;
}
td.provincia {
    text-align: center;
    text-transform: uppercase;
}
td.cap {
    text-align: center;
}
td.cf,
td.piva {
    font-family: Fixedsys;
    text-align: center;
}

/*** MENU ***/
.navbar .nav {
    width: 35em;
}
.nav * {
    font-size: small;
    
}
.nav, .nav ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
}

.nav a:link, .nav a:active, .nav a:visited{
    display:block;
    padding:0px 5px;
   
    color:#fff;
    text-decoration:none;
    background-color:#5BC0DE;
 }

.nav a:hover{
    background-color:#ededfd;
    color:#333;
}

.nav li {
    float:left;
    position:relative;
}
.nav ul {
    position:absolute;
    width:25em;
    top:1.5em;
    display:none;
}

.nav li ul a {
    width:12em;
    float:left;
}
.nav ul ul{
    top:auto;
}

.nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}

.nav li:hover ul ul, 
.nav li:hover ul ul ul,
.nav li:hover ul ul ul ul{
    display:none;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul, 
.nav li li li li:hover ul{
    display:block;
}

ul.sunto {
    list-style: none;
    background-color: #5BC0DE;
    margin-left: 2px;
    padding: 5px;
    color: #ffffff;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
body {
    padding-top: 0px;
}
.navbar {
    margin:2px;
}
.navbar-inner {
    background-color: #5BC0DE;
    height: 50px;
}
navbar-fixed-top {
    z-index:0;
}
.navbar .nav > li > a {
    color:#ffffff;
    padding: 4px;
    text-shadow: none;
    line-height: 12px;
}
.nav-collapse.collapse {
    height: auto;
    min-height: 200px;
}
div.riepilogo {
    border: solid 1px;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #DFF0D8;
}
footer p {
    font-size: x-small;
    text-align: center;
}
.header h1 {
    text-align: left;
    font-style: italic;
}
.header h1 a {
    text-decoration: none;
}
.header h1 a:hover {
    color: #68B604;
}


