#attrPanelJunctionTab,
#dahsboardComponentTab {
  width: 100%;
  font-size: 80%;
  table-layout: fixed;
  border-collapse: collapse;
}
#attrPanelJunctionTab:not(#dahsboardComponentTab),
#dahsboardComponentTab:not(#dahsboardComponentTab) {
  margin: 5% auto;
}
#attrPanelJunctionTab th,
#attrPanelJunctionTab td,
#dahsboardComponentTab th,
#dahsboardComponentTab td {
  border: 1px solid #c0c0c0;
  text-align: center;
}
#attrPanelJunctionTab .ligne th:hover,
#dahsboardComponentTab .ligne th:hover {
  background-color: #e8e8e8 !important;
}
#attrPanelJunctionTab td:hover,
#dahsboardComponentTab td:hover {
  background-color: #e8e8e8 !important;
}
#attrPanelJunctionTab .column,
#dahsboardComponentTab .column {
  overflow: hidden;
}
#attrPanelJunctionTab .mvIcon,
#dahsboardComponentTab .mvIcon {
  color: #0d4368;
}
#attrPanelJunctionTab .noClicable,
#dahsboardComponentTab .noClicable {
  color: #c0c0c0 !important;
  font-size: 80%;
}
#attrPanelJunctionTab .matchAttribute,
#dahsboardComponentTab .matchAttribute {
  color: #198fe3;
}
#attrPanelJunctionTab .tagAttribute,
#dahsboardComponentTab .tagAttribute {
  color: #0d4368;
}
#attrPanelJunctionTab .apid,
#dahsboardComponentTab .apid {
  color: #fcba03;
}

.noClick {
  pointer-events: none;
}