.fa-trash-alt {
	color:red;
}

.sidebar .menu .list .header {
	background-color: #00BCD4;
	color: white;
	font-size: 15px;
}

.flex-box {
	display:flex;
	flex-wrap: wrap;
}

.etichetta-info-azienda {
	padding:5px;
	background-color: #00BCD4;
	font-weight:bold;
	color:#E8E8E8;
}

.valore-info-azienda {
	padding:5px;
	background-color: #BDD7EE;
	font-weight:bold;
}

.separatore {
	padding:10px;
	background-color: #00BCD4;
	margin: 30px 0;
}

.floating_buttons_group {
    position: fixed;
    top: 100px;
    right: 20px;
    width: 55px;
    text-align: center;
    z-index: 100;
}

.floating_button {
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    padding: 13px;
    color: white;
    margin-bottom: 10px;
}

.select2-results__option {
		min-height:32px;
}
