  
.list-group-item{
  border-style: solid;
  border-width: 2px;
    font-weight: bold;
    font-size: 125%;  

  color: rgba(0, 0, 0, 0.5);
}

.list-group-item:hover{
    /*background-color: rgba(0,150,0, 0.75);*/
    background-color: #3e8914;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 125%;   
}

.imgIconsFlow{
  filter: brightness(0) invert(0.9);
}

.breadcrumb {
  background: white;
  
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
 
    content: "›";
    vertical-align:top;
    font-size:35px;
    line-height:18px;  
}

legend {
  font-weight: bold;
}

.container {
    
    padding: 10px;
    
    border-radius: 1vw; padding: 1vw;
    box-shadow: inset 0 0 1px silver, 0 0 1em silver;
}