.btn_with_shortcut{
  position: relative;
  padding-top: calc(1.1rem + 1px);
}
.btn_shortcut{
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: 4px;
}
.tableArea {
  max-width: 100%;
  margin: 25px 10px 10px 10px;
  border-spacing: 10px;
  border-collapse: separate;
}
.tableArea  td {
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 1230px) {
  .tableArea tbody  td {
    width: 1.3em;
    height: 1.3em;
  }
}
#research-bar-areas{
  margin: 10px 10px 10px 10px;
}
.zonaTitle{
  margin: 10px 0px 0px 15px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  width: 100%;
  border:0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  cursor: pointer;
  border-radius: 0.475rem;
  background-color: #fff;
  padding: 10px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #DDD;
}

h4 > .subtitle{
  display: block;
  font-size: 0.8em;
  color: #a1a5b7;
}
.ingrField, .uscField,
.ingrField-secondary, .uscField-secondary{
  display: none;
}
.dtrg-group{
  background-color: rgba(51, 122, 183, 0.15);
}

.passwordManagement.editPassword .btnModificaPassword{
  display: none;
}
.passwordManagement.hidePassword .editPasswordCont{
  display: none;
}
.table.dataTable thead tr{
  font-weight: 600;
}
.table.dataTable tbody tr:hover{
  background: #1e1e2d08;
}