.logo {
  width: 80%;
  margin: 0 10%;
}

a.text-info.small {
  color: #2E3192 !important;
}

a.text-info.small:hover {
  color: #1D2256 !important;
}


.nav.nav-tabs.noborder {
  border-bottom: 0px;
}


@media (max-width: 734px) {
  .m {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.w {
  margin-right: 20px;
}

@media (max-width: 734px) {
  .w {
    width: 100%;
    margin: 10px 0;
  }
}

.form {
  width: 80%;
}

.bottone.btn:not(:disabled):not(.disabled) {
  background-color: #002448;
  color: white;
  border: solid 0px;
}

.icona {
  color: grey;
}

.icona:hover {
  color: #00AD5A;
}

.linea {
  height: 1px;
  background-color: #EFEFEF;
  margin: 30px 0;
}

.icona {
  margin-right: 10px;
}

.pie {
  width: 250px;
  margin: auto;
  display: block;
}

.testo {
  background-color: #F7F7F9;
  line-height: 30px;
}

.float {
  margin: auto;
  display: block;
}

.right {
  float: right;
}

.fa.fa-star {
  float: right;
}

.m-0.left {
  align-content: start;
}

.lista {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 0;
}

.imm img {
  width: 200px;
}

.row.barra {
  background-color: #F7F7F9;
  border-top: 4px solid white;
}

.noback {
  background-color: white;
  width: 98%;
}

.row.barra.p-2.verde {
  background-color: #EDF7EF;
}

.row.barra.p-2.gialla {
  background-color: #F2EDEB;
}

.centro {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.col.hidden {
  overflow-y: scroll;
}

@media (min-width: 1200px) {
  .destra {
    float: right;
  }
}

@media (min-width: 576px) {
  .destra2 {
    float: right;
  }
}

.border {
  border-top: 3px solid black;
}

.linea.nera {
  background-color: black;
  margin: 0;
}

.icona2 {
  color: black;
}

.icona2:hover {
  color: black;
}

.inline {
  display: inline;
}

.icon-plus.icona {
}

@media (max-width: 1424px) {
  .margin {
    margin-bottom: 0px;
  }
}

.inline.col-1.p-0 {
  font-size: 14px;
}

@media screen
{
	.solo-print, .solo-print *
    {
        display: none !important;
		
	}
	
	
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	.solo-print
    {
        display: block !important;
    }
	.solo-print table{ 
		border-collapse: initial !important;
	}
}

.note:hover {
	text-decoration: underline;
}


.opaco {
	opacity:0.6;
}

@media (max-width: 768px) {
	.dataTables_scroll thead {
		display:none;
	}
}

td.highlight {
    background-color: whitesmoke !important;
}

table.table-bordered > tbody > tr > td {
  padding: 2px;
}

.checkbox:checked:before{
	background-color:green !important;
}
/*
.menu-item:hover {
    background-color: #00514f8f;
    color: #ffffff;
    padding: 14px 10px;
}


.menu-item {
  transition: 0.5s;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
 
}
*/

.dropdown.bootstrap-select {
  box-shadow: none !important;
}

button.btn.dropdown-toggle{
	border: 1px solid #ced4da;
}


.dataTables_scroll
{
    overflow:auto;
}

.a_disabled {
  pointer-events: none;
  cursor: default;
}

p.line-through {
	/* draws a 1px line across the text in the middle */
	text-decoration: line-through;
}
