/*CSS pour colour du group dans le tableau*/
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
/*END CSS pour colour du group dans le tableau*/

.btn-custom {
  background-color: #118000;
  border-color: #118000;
  color: #FFFFFF;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0B5800;
  border-color: #0C6100;
  color: #FFFFFF;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #118000;
  border-color: #118000;
}

.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}