.myNav {
	border-right: 1px solid grey;
	border-top: 1px solid grey;
}
.myNav-active {
	background: #b3b3b3;
}
.custom-form-group{
	margin-bottom: 5px;
}
/*setta colore background di input READONLY per tutti i browser*/
input:-moz-read-only { /* For Firefox */
  background-color: #eee;
}

input:read-only { 
  background-color: #eee;
}


/*thead fixed*/
.table-responsive:not(.table_distinta_base){
  overflow-y: scroll;
  height: 78vh;
}
/*.table-responsive:not(.table_distinta_base) th{
    position: sticky;
    top: 0;
}*/
.table-responsive:not(.table_distinta_base) thead tr th {
    position: sticky;
    top: 0;
}
th{
    background: lightblue;
	z-index: 5;
}
