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

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



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: sticky;
  bottom: 30px;
  z-index: 10;

  float: right;
  margin-right: 10px;
  margin-bottom: 20px;

  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;
  }
}

.modal-fullscreen{
    width: 95%;
}



.proxima-footer {
  margin-top: 48px;
  padding: 32px 0 28px;
  background: #fff;
  border-top: 8px solid #00c800;
  color: #343a40;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .07);
}

.proxima-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.proxima-footer__brand {
  flex: 0 0 250px;
}

.proxima-footer__logo {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
}

.proxima-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proxima-footer__links {
  flex: 1 1 auto;
}

.proxima-footer__group + .proxima-footer__group {
  margin-top: 16px;
}

.proxima-footer__label {
  margin: 0 0 8px;
  color: #687078;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.proxima-footer__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 2px solid #00c800;
  border-radius: 6px;
  background: #fff;
  color: #087f08;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease,
  transform .18s ease, box-shadow .18s ease;
}

.proxima-footer__link:hover,
.proxima-footer__link:focus {
  background: #00c800;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0, 160, 0, .20);
  outline: none;
}

.proxima-footer__link--info {
  border-color: #d8dee3;
  background: #f3f6f8;
  color: #3c5366;
}

.proxima-footer__link--info:hover,
.proxima-footer__link--info:focus {
  border-color: #3c5366;
  background: #3c5366;
  color: #fff;
  box-shadow: 0 5px 12px rgba(60, 83, 102, .18);
}

@media (max-width: 767px) {
  .proxima-footer {
    margin-top: 32px;
    padding: 26px 0;
    text-align: center;
  }

  .proxima-footer__inner {
    display: block;
  }

  .proxima-footer__logo {
    width: 210px;
    margin: 0 auto 24px;
  }

  .proxima-footer__label {
    text-align: center;
  }

  .proxima-footer__nav {
    display: block;
  }

  .proxima-footer__nav li + li {
    margin-top: 10px;
  }

  .proxima-footer__link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}