header{
  background: #82c060;
  min-height: 50px;
}
header .brand{
  font-size: 30px;
  color: #000;
}
header .brand:hover{
  text-decoration: none;
}

#main-container{
  padding-bottom: 50px;
}

footer{
  background: #fff;
  min-height: 100px;
  text-align: center;
  padding: 20px;
}


form .tooltip-inner{
  background: #d9edf7;
  color: #31708f;
  border: 1px solid #bce8f1;
}
form .tooltip:before{
  content: '\f05a';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #31708f;
  position: absolute;
  top: -5px;
  left: -5px;
}
form .tooltip.top .tooltip-arrow {
  border-top-color: #bce8f1;
}
form .tooltip.right .tooltip-arrow {
  border-right-color: #bce8f1;
}
form .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #bce8f1;
}
form .tooltip.left .tooltip-arrow {
  border-left-color: #bce8f1;
}

#form-struttura-abilitata .form-group{
  background: silver;
  padding: 10px;
}

.dichiarazione .row{
  background: silver;
}
.dichiarazione .alert-info .row{
  background: none;
}
.dichiarazione .dettaglio,
.dichiarazione .nuova
{
  margin-top: 10px;
  margin-bottom: 10px;
}
.dichiarazione .dettaglio
{
  background: #d9edf7;
}
.dichiarazione .nuova
{
  background: #dff0d8;
}
.modelloc59 .aggiungi{
  background: white;
  text-align: center;
}

.twitter-typeahead{
  width: 100%;
}

.tt-menu{
  background: #fff;
  border: 1px solid silver;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.tt-menu .tt-suggestion:hover{
  background: #286090;
  color: #fff;
}

.pagination{
  margin: 0;
}

td.actions{
  white-space: nowrap;
}

.floating-actions{
  position: fixed;
  bottom: 10px;
  right: 10px;

  padding: 9px;
  border-radius: 3px;
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.floating-actions .btn:first-child{
  margin-left: 0px;
}
.floating-actions .btn{
  margin-left: 10px;
}

.camere .disponibilita{
  text-align: center;
  font-weight: normal;
}

.camere .disponibilita.bg-arrivo{
  background: linear-gradient(to bottom right, #dff0d8 49.5%, #f2dede 50.5%);
}
.camere .disponibilita.bg-partenza{
  background: linear-gradient(to bottom right, #f2dede 49.5%, #dff0d8 50.5%);
}


.help-block.error-block{
  color: #a94442;
}

@media print {
  .sidebar{
    color: #fff;
    display: none;
  }
  #is-modal{
    display: none;
  }
}
