body{
    padding-top: 5em;
    background-color: #F5F5F5;
}

#rAnagrafica .panel{
    height: 100%;
}

.table{
    table-layout: fixed;
}

.anagrafica tr td:first-child{
    font-weight: bold;
    white-space: nowrap;
    width: 95px;
}

.cella{
    display: inline-block;
    vertical-align: top;
    border: 2px solid #FFFFE0;
    border-radius: 6px;
    width: 8.5em;
    cursor: default;
}

.head{
    font-size: 1em;
    line-height: 1.3em;
    height: 4.4em; /* MESSO A MANO */
    font-weight: bold;
    text-align: center;
    padding: 3px;
    background-color: #778899;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #FFFFE0;
    border: 1px solid #A9A9A9;
}

.foot{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    background-color: #778899;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #FFFFE0;
}

.cont{
    font-size: 1.2em;
    text-align: center;
    padding: 7px;
    background-color: #E6E6FA;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #A9A9A9;    
}

.richieste{
    font-size: 0.80em;
}

.richieste td{
	padding: 3px 5px;
}

.navbar-default {
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-color: #549fe7;
}

.login{
    padding: 1em;
    background-color: #e5e5e5; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x; /* Repeat the gradient */
    border-radius: 1em;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #A9A9A9;
    margin-top: 3em;
}

.messaggio{
    padding: 1em;
    border: 1px solid #D0D0D0;    
}

.daleggere{
    background-color: #D0d0d0;    
}

hr{
    margin-top: 2px;
    margin-bottom: 2px;
}

.badge{
    float: right;
}

.inputFocus{
    border:1px solid #FF0000;
}

.tronca {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #549fe7;
  }
}

.contenuto{
    margin-top: 10px;
    margin-left: 10px;
}

.bodyNoScroll{
    overflow-y: hidden !important;
}