
.badge-primary {
  color: #fff;
  background-color: #0a560e;
}


.bg-primary {
  background-color: #3fb100 !important;
}

.bg-dark {
  background-color: #4dc50a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #025007 !important;
}



.border-nero {
    border-color: #000000 !important;
}

.bg-docgrigio1 {
  background-color: #adadad !important;
}
 

.border-duplicate {
  
    border-style:dotted;  
    border-width: 2px;
    background-color: #dbffd1 !important;

}


.bold {
  font-weight:bold;
}