table.dataTable thead {background-color:rgb(39,86,98);color:white; }
table.dataTable tfoot {background-color:rgb(39,86,98);color:white;}
.fg-success {
  color:rgb(39,86,98);
}

.fg-red {
  color:#ce352c;
}

.bg-red {
  color: #ce352c !important;
}

#fieldset1
{
    border:2px solid green;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;  
    border-radius:8px;  
    padding:10px;
}

legend {
  font-size:90%;
  width:60px;
  }

#fieldset1:hover {
  background:white;
  cursor: pointer;
}

.radiobox label { margin-right:20px;}
.radiobox input {
    margin-right:5px;
}

td{
  border:1px solid grey;
}
td:last-child{
  background-color:#FCF8E3;
}
.nb_table{
  text-align: center; 
  vertical-align: middle;
}