html {
  position: relative;
  min-height: 100%;
}

body > .container {
  padding: 0 15px;
  margin-bottom: 65px;
  margin-top: 65px;
}

/* HEADER */
.navbar-brand {
    padding: 1px 0px;    
}

.navbar-brand {
    padding: 5px 10px;
}

.navbar-brand img {
    height: 40px;
    display: inline-block;
}

.navbar-brand.navbar-brand-logged {
    padding: 10px 5px;
}

.navbar-brand.navbar-brand-logged span {
    font-size:12px;
    margin: 5px 10px 0 0px;
    display: inline-block;
}

.navbar-brand.navbar-brand-logged span:first-child {
    margin-left: 15px;
}
.allegati p{
  margin:0px;
}
/* FOOTER */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0 0 0;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 11px;
}

code {
  font-size: 80%;
}
.table > thead > tr > th {
  font-weight: 500;
}

th.rotate {
  /*height:110px;*/
  white-space: nowrap;
  position:relative;
}

th.rotate > div {
  transform: rotate(270deg);
  position:absolute;
  left:0;
  right:0;
  top: 0px;
  margin:auto;
  
}
th.rotate span{
  line-height: 15px;
  display: table;
  font-weight: 500;
}

/* FORM LOGIN */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* CUSTOM */

.table{
  color: #555;
}
.nomelav{
  background: #F8F8F8;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.viewcat{
  font-size: 22px;
}
.tabcat{
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.b-black{
  color: black;
}
.b-blu{
  padding: 0px 5px;
}
.b-red{
  color: red;
}

.intatt{
  font-size: 14px;
  padding-right: 10px;
}
.row{
  height: 35px;
  line-height: 32px;
}
.col-sigla{
  width: 55px;
}
.col-lav{
  width: 340px;
}
.col-date{
  width: 100px;
}
.col-importo{
  width: 125px;
}
.no-pad{
  padding-left: 5px;
}

.label {
    font-size: 100%;

}

.label-warning{
  border: 1px solid #EC971F;
  background: #FCF8E3;
  color: #000000;
}
.tlav{
  font-size: 13px;
  margin:0px;
}
.help-block{
  font-size: 10px;
  line-height: 8px;
  margin: 0;
  padding-bottom: 5px;
}
.alert-no-margin{
  margin:0;
  padding: 8px!important;
  line-height: 40px;
}
.center-icon{
  line-height: 40px;
  font-size: 28px;
}
