body{
    width:100%;
    height: 100%;
    overflow-y: hidden;
    margin: auto;
    margin-bottom: auto;
    margin-top: 28px;
    background-color: white;
    border: 2px solid #336699;

font-family: Arial, Helvetica, sans;
font-size: 13px;
font-style: normal;
font-weight: normal;    
    padding:5px;
}
body.modal{
    width:98%;
    height: auto;
    margin: auto;
    margin-bottom: auto;
    overflow-y: scroll;
    background-color: white;
    border: 2px solid #336699;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: small;
    padding:5px;
}
html{
    background-color: #C9E2E9;
    height: 100%;
    width: 100%;

}
img{
    border: 0px;
}
fieldset {
  padding: 1em;
  border:1px solid #336699;
  margin-top: 2px;
  }
legend {
  padding: 0.2em 0.5em;
  border:1px solid #336699;
  background-color: #336699;
  color:white;
  font-size:90%;
  text-align:left;
  font-weight: 300;
  }
label {
  float:left;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
  font-weight:bold;

  }
ul.navbar {
    z-index: 10000000;
    position:fixed;
    top: 0px;
    left: 0px;
    display: block;
    margin:auto;
    height: 30px;
    width: 100%;
    background-color: #336699;
    color: white;
border-bottom-color: #133783;
border-bottom-style: solid;
border-bottom-width: 1px;
box-shadow: rgba(0, 0, 0, 0.521569) -2px 2px 2px 0px;    
}
ul.bottombar {
    
    
position: fixed;
bottom: 0px;
left: 0px;
display: block;

margin: auto;
width: 100%;
    
    z-index: 80000000;




    height: 30px;

    background-color: #336699;
    color: white;
border-top-color: #133783;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.521569) 0px 2px 2px -2px;    
}
li.navbar {

float: left;
font-size: 1.0em;
line-height: 1.5em;
list-style-type: none;
margin: 10;
padding: 10;
height: 30px;
vertical-align: middle;
text-align: center;

}
li.navbarright {

float: right;
font-size: 1.0em;
line-height: 1.5em;
list-style-type: none;
margin: 10;
padding: 10;
height: 30px;
vertical-align: middle;
text-align: center;

}
a.navbar{
text-decoration: none;
color: white;

border-left: 1px white solid;
border-right: 1px #AAA solid;
display: inline;
}
a.navbar:visited{
text-decoration: none;
color: white;
}
a.navbar:active{
text-decoration: none;
color: white;
}
a.navbar:hover{
text-decoration: none;
color: white;
background-color: #306080;
}
div.main{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
div.list{

    float: left;
    width: 100%%;
    height: 100%;


    display: block
    padding-left: 3px;
    overflow: auto;
}
div.selector{

    float: left;
    width: 45%;
    height: 100%;

    border-right:  1px solid #333;
    display: block;
    padding-left: 3px;
    overflow: auto;
    }
div.order{

    float: left;
    width: 53%;
    height: 100%;


    display: block
    padding-left: 3px;
    overflow: auto;
}
div.riga{
    clear: both;
    height: 33px;
}
div.miniriga{
    clear: both;
    height: 5px;
}
div.bigspacer{
    clear: both;
    height: 150px;
}
h2.catcomm{
    width: 100%;
    font-size: large;
    font-weight: bolder;
    background-color: #336699;
    color: white;
    text-align: center;
}
h2.catmerc{
    width: 80%;
    font-size: medium;
    font-weight: bolder;
    background-color: #336699;
    color: white;
    text-align: center;
}

h2.linea{
    width: 60%;
    font-size: small;
    font-weight: bolder;
    background-color: #336699;
    color: white;
    text-align: center;
}
div.articolo{
    border-bottom: 1px dashed;
}
table{

    border-bottom: 1px solid #336699;
    border-top: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-collapse: collapse;
    width: 100%;
}
th{
    background-color: #336699;
    color: white;
    text-align: center;
    border-right: 1px solid white;
    
}
td{

    nborder-right: 1px solid #336699;
    border-bottom: 1px solid #336699;
    padding: 2px;
font-size: 11px;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
div.catmerc2{
    width: 80%;
    font-size: medium;
    font-weight: bolder;
    background-color: #336699;
    color: white;
    text-align: center;
}
.ui-autocomplete{
    list-style-type: none;
background-color: white;
    border-bottom: 1px solid #336699;
    border-top: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-collapse: collapse;
    width:  250px;
font-size: 11px;
font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    
}
.ui-menu-item{
    border-bottom: 1px solid #336699;
    margin-left: 1px;
}
tr.list:hover{
    background: yellow !important
}
div.scadenza{
    float: left;
    border: 1px solid #336699;
    width: auto;
    margin: 2px;
    padding: 2px;
}