body {
	background-color:white;
  overflow-x:hidden;
}

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

.sidebar .menu .list .header {
	background-color: #3CB371;
	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;
}

.info-box-cliente {
		background-color: white;
		border:1px solid #43D35C;
}

.info-box-cliente span{
		font-size:16px;
		color: white;
}

.icona-link-rapido {
		color: #43D35C;
}

.testo-link-rapido {
		color: black;
}

#box_credito_disponibile {
	background-color: white !important;
	border: 2px solid #43D35C;
	color: #2e8b57;
}

#box_credito_disponibile > .icon {
		background-color: #43D35C;
}

#box_credito_disponibile .text, #box_credito_disponibile .number {
		color: #2e8b57 !important;
}

#box_credito_contabile {
	background-color: white !important;
	border: 2px solid #43D35C;
}

#box_credito_contabile > .icon {
		background-color: #b8860b;
}

#box_credito_contabile .text, #box_credito_contabile .number {
		color: #b8860b !important;
}

.badge-chat-prestiti-dt {
	color: white;
	position: absolute;
	top: -15px;
	right: -5px;
	font-weight: bold;
	background-color: red;
  line-height: 1;
  padding: 1px 3px;
}

#pannello-chat {
		background-color: grey;
		height:calc(100vh - 40vh);
		overflow-y: scroll;
}

#incasso-giorno {
	background-color: #white;
	color:black;
}

#incasso-giorno > span {
	color:black;
	font-size:16px;
}

.navbar {
		background-color:#3CB371 !important;
		/*background-color:#43D35C !important;*/
}

.navbar-brand {
		color: white !important;
}
