.no-space {
  padding: 0 !important;
  border: 0 !important;
}

/*  BLOCCO ANAGRAFICA  */
.anagrafica hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

.nav-tabs-custom {
  margin-bottom: 0px;
}

.box.box-solid > .box-header.anagrafica a {
  color: #777;
}

.box.box-solid > .box-header.anagrafica a:hover {
  background: none;
  color: #1b1b1b;
}

.no-shadow {
  box-shadow: none;
}

/*  ALLEGATI  */
#thumbAllegati {
  margin-top: 10px;
  overflow: hidden;
}
.fa-download.text-light-blue.pull-right {
  margin-top: 0.3em;
}
.list-group-item {
  border-color: #eee;
  overflow: hidden;
}
#thumbAllegati .list-group-item:hover .download {
  background-color: #f5f5f5;
}
#thumbAllegati .list-group-item:hover {
  background-color: #f5f5f5;
}
.download {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  text-align: center;
  line-height: 40px;
  background: #fff;
  z-index: 1;
  transition: right 0.4s;
  transition-delay: 0.6s;
}
.delete {
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: #f44336;
  position: absolute;
  text-align: center;
  line-height: 40px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 0;
}

/*  BLOCCO NOTES  */
/*.box.note .box-body{
  max-height: 281px;
  margin-right: 1px;
  overflow: auto;
}*/
.note .box-body .well:last-child {
  margin-bottom: 5px;
}
.delete-note {
  cursor: pointer;
}

/*  BLOCCO FATTURE CLIENTE  */
.fatture {
  margin-bottom: 20px;
}

.fatture .nav-footer {
  position: relative;
  width: 100%;
  display: block;
}

.fatture .table .invoice-row td.no-padding {
  padding: 0 !important;
}

.table-detail-conto td {
  border: none !important;
}

.fatture .nav-footer .pagination {
  padding-right: 5px;
  padding-top: 5px;
}

.fatture .table {
  margin-bottom: 0;
}

.fatture .table .invoice-open {
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
  border: 0;
}
.fatture .table .invoice-open .invoice-container {
  max-height: 0px;
  overflow: hidden;
  padding: 0px 15px;
  transition: all 0.4s;
}

.fatture .table .invoice-open.toggle {
  background-color: #f7f7f7;
}

.fatture .table .invoice-open.toggle .invoice-container {
  max-height: 1000px;
  padding: 7px 15px;
}

/*  CLIENTE TOOLTIP  */
.i-tooltip {
  position: absolute;
  width: 300px;
  background-color: #fff;
  right: 60px;
  top: -50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  text-align: left;
  z-index: -999;
  opacity: 0;
  transform: translateY(-5px);
  max-height: 0;
  transition: 0.4s;
}

.i-tooltip:before {
  content: "";
  display: block;
  width: 25px;
  position: absolute;
  height: 100%;
  top: 0;
  right: -25px;
}

.i-button {
  text-align: center;
  position: relative;
}

.i-button i:hover + .i-tooltip,
.i-tooltip:hover {
  opacity: 1;
  max-height: 400px;
  transform: translateY(0);
  z-index: 999;
}

/*CONTRATTI*/
.doc {
  margin: auto;
  max-width: 750px;
}

.no-print {
  margin-top: 10px;
}

.choose-box {
  display: inline-block;
}

.choose-box .tick-box {
  display: inline-block;
  border: 1px solid #000;
  width: 25px;
  text-align: center;
  font-weight: bold;
}
.invoice-row td.mese {
  vertical-align: middle !important;
  background-color: #ddd;
}
.invoice-row td {
  text-align: center;
  vertical-align: middle !important;
}
.invoice-row td .label {
  display: block;
}

/* DATI CONTRATTUALI */

.checks label {
  margin-bottom: 10px;
  margin-right: 15px;
}
/*  FIX INPUTGROUP  */
.input-group {
  margin-bottom: 5px;
}
.radio-group {
  margin-bottom: 7px;
}
.radio-group label {
  font-weight: normal;
  margin-right: 5px;
  margin-top: 5px;
}
