.thumb-picture
{
  padding: 0;
}

.assoc-container-ctrl-content_dwn
{
  padding: 10px 0;
}

.assoc-container-min-content
{
  overflow-x: hidden;
  padding-top: 5px;
}

.frm_anagrafica_volontario fieldset
{
  margin-bottom: 20px;
}
.frm_anagrafica_mezzi fieldset
{
  margin-bottom: 20px;
}


/*Association Table */
#associationTable .panel {
  margin-bottom: 5px;
}

#associationTable thead>tr {
  color: #000;
  height: 30px;
  background-color: #fff; /*#343a40;*/
}

#associationTable thead>tr> {
  padding: 0px 2px;
  text-align: center;
  /*border-right: 1.5px double #ffffff;*/
}

#associationTable thead {
  display:table;
  width:100%;
  table-layout:fixed;/* even columns width , fix width of table too*/
}

#associationTable tbody>tr {
  display:table;
  width:100%;
  table-layout:fixed;/* even columns width , fix width of table too*/
}

#associationTable tbody>th>tr>td {
  word-break: break-word;
  text-align: left;
}

#associationTable .table {
  margin-bottom: 0px !important;
  overflow-wrap: break-word !important;
}
.btn-address-book-active {
  background-color: #127ae2 !important;
  background-image: none !important;
  color: white !important;

}

.border{
  border-color: #ccc;
}

@media only screen and (max-height: 767px)
{
  #associationTable .ab-tbody {
    display:block;
    max-height:330px;
    height:330px;
    overflow:auto;
  }

  #associationTable .ab-detail {
    overflow-y: auto;
    height: 295px;
  }

  .height100.em-modal-body-scroll
  {
    height: 100%;/*516px*/
  }
}

@media only screen and (min-height: 768px)
{
  #associationTable .ab-tbody {
    display:block;
    max-height:455px;
    height:445px;
    overflow:auto;
  }

  #associationTable .ab-detail {
    overflow-y: auto;
    height: auto;
  }
}
