.en-overlay {
	z-index: 1100;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
 
 .btn-xs, .btn-group-xs > .btn {
	--bs-btn-padding-y: 0.1rem;
	--bs-btn-padding-x: 0.35rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.25rem;
}

input[readonly], input:focus[readonly] {
	background-color: var(--bs-gray-200);
}

.pagetitle {
	margin-bottom: 1.5rem;
}

.sectiontitle {
	margin-top: 1rem;
}

.sectiontitle h1 {
	font-size: 24px;
	font-weight: 600;
	color: #012970;
}

.card {
	border-radius: 7px;
}

ul.pagination {
	margin-bottom: 0;
}

.ui-autocomplete {
	z-index: 1000;
}
/* size delle icone nei sottomenu */
.sidebar-nav .nav-content a i {
	font-size: initial;
}

.wi-50 {
	min-width: 50px;
	width: 50px;
}
.wi-75 {
	min-width: 75px;
	width: 75px;
}
.wi-100 {
	min-width: 100px;
	width: 100px;
}
.wi-110 {
	min-width: 110px;
	width: 110px;
}


.smallish {
	line-height: 16px;
	font-size: 0.9em;
}

.modal-xxl {
	--bs-modal-width: 99%;
}

/* PROFILO */
.nav-profile canvas {
	border: 1px solid #aaa;
	border-radius: 17px;
	background-color: #f0ede5;
}
/* FINE PROFILO */

/* WIZARD */
.en-stepper li {
	width: 50px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: width 0.6s;
	-o-transition: width 0.6s;
	transition: width 0.6s;
}
.en-stepper li.active {
	width: 100%;
}
.en-stepper li h3 {
	width: 50px;
	float: left;
}
.en-stepper li.disabled h3 {
	color: lightgray;
}
.en-stepper li:not(.disabled, .active) h3 {
	color: #B63859;
}
.en-stepper li span {
	display: none;
	line-height: 30px;
}
.en-stepper li.active span {
	display: inline;
}
/* FINE WIZARD */

/* ICONA SVUOTA INPUT */
.en-input-group > :not(:last-child):not(:disabled) {
	border-right: none;
}
.en-input-group > :last-child {
	border-left: none;
	border-color: var(--bs-gray-400);
}
.en-input-group > :last-child:hover, .en-input-group > :last-child:active {
	background-color: white;
	color: var(--bs-btn-color);
	border-color: var(--bs-gray-400);
}
.en-input-group > :not(:last-child):disabled {
	border-radius: 0.375rem !important;
}
.en-input-group > :not(:last-child):disabled + button {
	display: none;
}
/* FINE ICONA SVUOTA INPUT */
/* ICONA CARICHI */
.weight {
	width: 16px;
	height: 16px;
}
.sidebar-nav .nav-link.collapsed i.weight {
	fill: #899bbd;
}
.sidebar-nav .nav-link i.weight, .sidebar-nav .nav-link:hover i.weight {
	fill: #4154f1;
}
/* ICONA CARICHI */


/* COLORI LISTA PREVENTIVI */
.bg-NUOVO{
	background-color: #FFF1E5;
}
.bg-IN_ELABORAZIONE{
	background-color: #E9FCFF;
}
.bg-INVIATA{
	background-color: #FFFDEF;
}
.bg-OBSOLETO{
	background-color: #E8E8E8;
}
.bg-RIFIUTATA{
	background-color: #FFEAED;
}
.bg-SOSPESA{
	background-color: #F3F3FF;
}
.bg-COMMESSA{
	background-color: #E9FFE9;
}
/* FINE COLORI LISTA PREVENTIVI */

.text-red {
    color: red !important;
}
