.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 20px;
  transition: 0.3s;
  font-size: 17px;
  width: 160px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent label{
  box-sizing: border-box;
  display:block;
}
.tabcontent input[type="text"]{
  box-sizing: border-box;
  display:block;
  width: 100%
}
.tabcontent input[type="radio"] {
  width: 25px;
  height: 25px;
}

#family_content {
	max-height:600px;
}
#table-bank {
	position:relative;
}
#table-bank table{
	width:100%;
}
#table-bank table thead th .text {
  position:absolute;   
  top:-30px;
  z-index:2;
  height:25px;
  width:33%;
  /*background:#f1f1f1;
  /*border:1px solid red;*/
}
#table-bank td {
	width:33%
}
#table-geb {
  position:relative;
}
#table-geb table {
  width:100%;
}
#table-geb table thead th .text {
  position:absolute;   
  top:-30px;
  z-index:2;
  height:25px;
  width:33%;
  /*background:#f1f1f1;
  /*border:1px solid red;*/
}
#table-geb td {
	width:30%
}
#table-scroll-geb {
  min-height:250px;
  max-height:250px;
  overflow:auto;  
  margin-top:30px;
}
#table-adresse {
  position:relative;
}
#table-adresse table {
  width:100%;
}
#table-adresse table thead th .text {
  position:absolute;   
  top:-30px;
  z-index:2;
  height:25px;
  width:33%;
  /*background:#f1f1f1;
  /*border:1px solid red;*/
}
#table-adresse td {
	width:33%
}
#table-scroll {
  min-height:400px;
  max-height:400px;
  overflow:auto;  
  margin-top:30px;
}
#myTable tr:hover {
  background-color: #f1f1f1;
}

#myInput {
  /*background-image: url('/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  */
  width: 100%;
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}