.dataTables_length{

  margin-bottom: 10px;
}
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;

}


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;
}
*/

.dataTables_filter {
  display: none;
}

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

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

table#example {
  table-layout: fixed;
}

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

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

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;
}

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


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;
  
}

