
/* .dataTables_length{
  margin-bottom: 10px;
} */

/* .dataTables_filter {
  display: none;
} */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333;
}

thead,
tfoot {
  font-size: 13px;
  font-weight: bold !important;
}

/* thead th {
  background-color: #97D700;
} */

th.color_borsa, td.color_borsa {
  background-color: #97D700;
}

th.color_nomenaments, td.color_nomenaments {
  background-color: #64ce0e;
}


.border-right {
  border-right: 1px solid #000 !important; /* Change color and width as needed */
}

.border-left {
  border-left: 1px solid #000 !important; /* Change color and width as needed */
}


tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

tfoot th {
  text-align: left;
  font-weight: normal !important;
}

table.dataTable thead .sorting {
  background-position-y: top;
  background-position-x: right;
}

thead {
  background-color: white;
}

a.toggle-vis:hover {
  background-color: green;
}

/*
table {
  margin: 0 auto!important;
  width: 100%!important;
  clear: both!important;
  border-collapse: collapse!important;
  table-layout: fixed!important; 
  word-wrap: break-word!important; 
}

table th{
  padding: 0px!important;
}
*/



select,
input {
  width: 90% !important;
  padding: 0px;
  margin: 0px;
}

/* th.big-col,
td.big-col {
  width: 50px !important;
} */

/* table  {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
} */

/* table.dataTable * th
{
  border: thin solid #015c43;
  padding: 0px !important;
  text-align: center !important;
  vertical-align: top;
} */


#example tbody tr:hover {
  background-color: #97D700 !important;
  opacity: 0.9;
}


/* scrollX taula */
/* div.dataTables_wrapper {
  width: 800px;
  margin: 0 auto;
} */




/* deperecated */

/* table#example tbody tr:hover * {
  background-color: #97D700 !important;
  opacity: 0.9;
} */

/* table#example * td
{
  padding: 0px !important;
  text-align: center !important;
  vertical-align: top;
  border-right: 1px solid #f2f2f2;
} */

/* table#example {
  table-layout: fixed;
} */

/* table#llegenda  td, 
table#llegenda  th {
  text-align: left!important;
  padding-left: 5px!important;
  background-color: white !important;
}

#llegenda  td, #llegenda  th{
  border: thin solid black!important;
}

table#llegenda  tr:nth-child(odd) * {
  background-color: #f2f2f2!important;
}

table#llegenda  tr:hover * {
  background-color: white!important;
}

table#llegenda th {
  background-color: #f2f2f2!important;
  
} */





/* Estilos para el modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}