html, body {
	font-family: "Montserrat", sans-serif;
}
.disclaimer {
	display: block;
	background-color: #4e6282 !important;
	color: white;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	position: fixed;
	width: 100%;
}
.cover {
    background-image: url("login-cover.jpg?v=202404171926") !important;
}
button.btn-success.w-100 {
	background-color: #4e6282 !important;
	border: none !important;
}
nav#main-menu .inner .menu-top,
nav#main-menu .inner .menu-top li a.top-mail,
nav#main-menu .inner .menu-top li a.top-settings,
nav#main-menu,
nav#main-menu .inner .menu-bottom {
	background-color: #4e6282 !important;
}
nav#main-menu .inner .menu-middle li a:hover,
nav#main-menu .inner .menu-bottom li a:hover {
	background-color: #7f9cc9 !important;
}
nav#main-menu .inner .menu-top,
nav#main-menu:hover .inner .menu-bottom {
	border-bottom: none !important;
}
nav#main-menu .inner .menu-top li a {
	border-right: none !important;
	padding: 10px !important;
}
nav#main-menu .inner .menu-top li a.top-settings {
	padding-left: 185px !important;
	padding-top: 20px !important;
}
nav#main-menu:hover .inner .menu-bottom li a {
	border-color: #4e6282 !important;
}
nav#main-menu .inner .menu-bottom li a.user-menu .user-details p {
	color: white !important;
}
.flow-stage a {
	color: #4e6282 !important;
}
.box.flow-stage .title,
.box.report .title {
	background-color: #4e6282 !important;
}
.wrapper .content .title-topper {
	border-top: 5px solid #4e6282 !important;
}
.box.flow-stage .title h2,
.box.flow-stage .title .actions a > i.fa-plus-circle,
.box.flow-stage .title .actions a > i.fa-upload,
.box.flow-stage .title .actions a[name="sort"] > i,
.box.report .title h2 {
	color: white !important;
}
.box.flow-stage .title .actions span[name="members"] {
	background-color: white !important;
	color: #4e6282 !important;
}
#modaleMemberCustom .report-top .report-data-center h2 {
	font-size: 26px !important;
	line-height: 26px !important;
}
#modaleMemberCustom .report-top .report-label-center h3 {
	font-size: 18px !important;
	line-height: 18px !important;
}
.fa-circle {
	margin-left: 5px;
}
.agl-icon {
	display:inline-block;
	width: 23px;
	height: 23px;
}
.agl-icon-alert {
	background-image: url(./images/alert2.svg);
}
.agl-icon-data {
	background-image: url(./images/appuntamento.svg);
}
.agl-icon-contratto {
	background-image: url(./images/contratto.svg);
}
.agl-icon-mappa {
	background-image: url(./images/fuori-zona.svg);
}
.agl-icon-note {
	background-image: url(./images/note.svg);
}
.agl-icon-ultima-azione {
	background-image: url(./images/ultima-azione.svg);
}
.flow-stage .data,
.flow-stage .cestino,
.flow-stage .contratto,
.flow-stage .immobile,
.flow-stage .mappa,
.flow-stage .note,
.flow-stage .ultima-azione,
.username,
.password {
	display: inline-block;
	margin-top: 2px;
	background-size: 23px 23px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 4px;
	background-position: top left;
	min-height: 20px;
}
.flow-stage .data {
	background-image: url(./images/appuntamento.svg);
	padding-top: 2px;
}
.flow-stage .cestino {
	background-image: url(./images/cestino.svg);
	padding-top: 2px;
}
.flow-stage .contratto {
	background-image: url(./images/contratto.svg);
}
.flow-stage .immobile {
	background-image: url(./images/immobili.svg);
	padding-top: 3px;
}
.flow-stage .mappa {
	background-image: url(./images/fuori-zona.svg);
	padding-top: 2px;
}
.flow-stage .note {
	background-image: url(./images/note.svg);
	padding-top: 2px;
}
.password {
	background-image: url(./images/lucchetto.svg);
	padding-top: 4px;
}
.flow-stage .ultima-azione {
	background-image: url(./images/ultima-azione.svg);
	padding-top: 1px;
}
.username {
	background-image: url(./images/utenza-premium.svg);
	padding-top: 3px;
}