.contenidor_pestanya {
  padding: 0 3px;
}

.pestanya {
  cursor: pointer;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin: 0 2px 0 -3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #bebebe;
  color: #555;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pestanya_sel {
  background-color: #e3e3e3;
  color: #555;
  cursor: default;
  font-weight: bold;
  box-shadow: 1px 1px 1px -2px rgba(0, 0, 0, 0.2);
}

.contingut_pestanya {
  display: block;
  background-color: #e3e3e3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 270px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.contingut_pestanya_esquerra {
  min-height: 390px;
}

.contingut_pestanya div.dataTables_scrollBody,
.contingut_pestanya table.dataTable tr.odd{
  background-color: var(--color-fons);
}

.contingut_pestanya table.dataTable tr.odd:hover,
.contingut_pestanya table.dataTable tr.even:hover{
  background-color: #add8e6;
}

#telefonia table {
  width: 100%;
  margin-top: 0;
  max-height: 214px;
}
#telefonia div.dades {
  height: 260px;
}
#telefonia tr {
  background-color: #f1edf2;
  cursor: default;
}
#telefonia th {
  background-color: #e3e3e3;
  font-weight: normal;
}
#telefonia td {
  text-align: center;
}
#telefonia select {
  text-align: center;
}

#telefonia .header span {
  cursor: default;
  font-weight: normal;
  width: 114px;
  margin-right: 0px;
}

#telefonia .cont_dades {
  height: 208px;
  background-color: #f1edf2;
  overflow: auto;
}

#telefonia .cont_dades span {
  width: 112px;
  display: inline-block;
  text-align: center;
  -moz-user-select: none;
  color: #000;
}

#telefonia .cont_dades span.icon {
  width: 35px;
}

#telefonia .cont_dades input {
  width: 90px;
  text-align: center;
}

#telefonia .cont_dades select {
  width: 80px;
  text-align: center;
}


