.dataTables_wrapper tbody td {
	vertical-align: top !Important;
}
.dataTables_processing{
	text-align:center !important;
	transform: none !important;
}
.select2-selection--multiple{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.selectable-item:hover{
	color:#333 !important;
}
.selectable-item.selected{
	font-weight: bold !important;
	color:#333 !important;
}
.tooltip-min-w-200px .tooltip-inner {
    min-width: 500px !important;
}

.badge.opacity-25.selected,.badge.opacity-25:hover{
	opacity:1 !important;
	border:2px solid #5E6278 !important;
}
.btn.btn-primary{
	background-color:#065374;
}
.toast-info{
	background-color:#065374 !important;
}
.btn.btn-primary:hover{
	background-color:#4B84A8 !important; 
}
.btn.btn-light-primary{
	background-color:#8D2D44;
	color:#fff;
}
.text-info{
	color:#04C8C8 !important;
}
.btn.btn-danger{
	background-color: #8D2D44;
}
.btn.btn-danger:hover, .btn.btn-danger:hover:not(.btn-active){
	background-color: #A45769 !important; 
}
.check-item {
	position:relative;
}
.check-item::before{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position:absolute;
	left: -18px;
	top:0px;
}
.check-item-done::before{
	content: '\f00c' !important;
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#00c872;
	font-weight: 600;
	position:absolute;
	left: -20px;
	top:0px;
}

.check-item-attachment::after{
	content: '\f0c6' !important;
	font-family: "Line Awesome Free";
	font-size:16px;
	color:#666666;
	font-weight: 600;
	position:absolute;
	left: -43px;
	top:-2px;
}
.check-item-done-negative::before{
	color:#FF0000 !important;
}
.check-item-done-black::before{
	color: #1b1c22;
}
.btn.btn-light-primary:hover{
	background-color:#c99aa5 !important;
}/*
.btn.btn-light{
	background-color:#aeaeae;
	color:#fff	
}*/
button[app-ro-btn]{
	display:none;
}

[app-ro] .required::after{
	display:none;
}

[app-ro] .required-with-star::after{
	display:block !important;
}

[app-ro] input,
[app-ro] textarea,
[app-ro] select,
[app-ro] select + span .select2-selection{
	border: transparent !important;
	font-weight:normal !important;
	padding-left:0px;
}
[app-ro] input:not([type='checkbox']),
[app-ro] textarea,
[app-ro] select,
[app-ro] select + span .select2-selection{
	background: transparent !important;
}
input:not([type='checkbox']):read-only{
	pointer-events:initial !important;
}
[app-ro] button,
[app-ro] textarea{
	display:none;
}

[app-ro] .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display{
	margin-left:0px !important;
}
.font-weight-normal{
	font-weight:400 !important;	
}
.link-primary{
	color:#4B84A8;
}
.link-primary:hover{
	color:#4B84A8 !important
}
.icon_rrp{
	color:#337592 !important;
}
.icon_prt{
	color:#337592 !important;
	font-size:30px !important;
}
.badge-light-danger{
	color: #8D2D44;
    background-color:#E8D5D9;	
}
.badge-light-danger:hover{
	color: #8D2D43 !important;
}

.badge-light-secondary{
	color: #737373;
    background-color:#f1f1f1;	
}

.badge-light-secondary:hover{
	color: #404040 !important;
}
/*.btn.btn-active-primary:hover:not(.btn-active){
	background-color:#065374 !important;
}*/

.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;
}
.btn.btn-color-gray-400:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;
}
.menu-state-primary .menu-item .menu-link.active .menu-title{
	color:#065374 !important;
}
.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;
}
.menu-title-gray-600 .menu-item .menu-link .menu-title{
	color:#7e8299;
}
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title{
	color:#065374 !important;
}
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;
}
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title, .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title{
	color:#065374;
}
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
	fill:#065374 !important;
}
.btn.btn_modifica.active, .btn.btn_modifica:focus:not(.btn-active), .btn.btn_modifica:hover:not(.btn-active){
		background-color:#065374 !important;
		color:#fff;
}
.btn.btn-active-icon-primary.show .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;
}
.btn.btn-active-icon-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;	
}
.form-check.form-check-solid .form-check-input:checked{
	background-color:#337592;	
}
.btn.btn-active-color-primary:hover:not(.btn-active){
	color:#065374 !important;
}
.btn.btn-active-color-primary:hover .insert_activity rect, .btn.btn-active-color-primary:hover .insert_activity path{
	fill:#065374 !important;	
}
.btn.btn-active-color-primary .insert_activity rect{
	fill:#949ABC !important;	
}
.mie_pratiche{
	font-size: 18px;	
}
.menu-icon-gray-400 .menu-item .menu-link:hover .menu-icon .mie_pratiche, .menu-icon-gray-400 .menu-item .menu-link:hover .menu-icon .tt_ticket{
	color:#065374 !important;	
}
.tt_ticket{
	font-size:16px;	
}
.title_ticket{
	font-size:19px !important;	
}
.btn.btn-active-color-primary:focus:not(.btn-active) .title_ticket, .btn.btn-active-color-primary:hover:not(.btn-active) .title_ticket, .btn.btn-active-color-primary.active .title_ticket, .btn.btn-active-color-primary.show .title_ticket{
	color:#8D2D44 !important;
}
.text-hover-primary:hover{
	color:#8d2c44 !important;
}
.text-hover-danger:hover i{
	color:#8D2D44 !important;
}
.text-hover-danger:focus i{
	color:#8D2D44 !important;
}
.progress .progress-bar{
	background-color:#065374 !important;	
} 
.fa-file-invoice{
	font-size:20px; 
}
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;	
}
.btn.btn-active-color-primary:hover:not(.btn-active) .icon_blu svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;	
}
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#8d2c44 !important;	
}
.btn.btn-active-color-primary:focus:not(.btn-active) .icon_blu svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;	
}
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled){
	border-bottom:2px solid #8d2c44 !important;	
}
.fa-flag{
	color:#8d2c44;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected{
	color:#fff !important;
	background-color:#4B84A8 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted{
	background-color:#E2F5FD !important;
	color:#000 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option.select2-results__option--selected{
	background-color:#d17a71 !important;
	color:#000 !important;
}
.btn.btn-active-light-blue{
	color:#fff;
	background-color:#5c91a8;
}
.btn-active-light-blue i{
	color:#fff;	
}
.btn-active-light-blue:hover i{
	color:#fff;	
}
.btn.btn-active-light-blue:hover:not(.btn-active){
	color:#fff !important;
	background-color:#337592 !important;
}
.btn.btn-active-light-delete{
	color:#fff;
	background-color:#ad6878;
}

.btn.btn-active-light-delete:hover:not(.btn-active){
	color:#fff !important;
	background-color:#8D2D44 !important;
}
 
.btn.btn-active-light-primary:hover:not(.btn-active){
	color:#fff !important;
	background-color:#8d2c44 !important;
}
.btn.btn-active-light-primary:hover:not(.btn-active) .white{
	color:#fff !important;
}
.btn.btn-active-light-primary:focus:not(.btn-active){
	color:#fff !important;
	background-color:#8d2c44 !important;
}
.btn.btn-active-color-primary:hover:not(.btn-active) .icon_color svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;
}
.text-warning{
	color:#8d2c44 !important;	
}
.text-success{
	color:#065374 !important;
}
.text-primary{
	color:#005377 !important;
}
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#337592 !important;	
}
.btn.btn-active-light-primary:hover:not(.btn-active) .icon_delete svg [fill]:not(.permanent):not(g), .btn.btn-active-light-primary:focus:not(.btn-active) .icon_delete svg [fill]:not(.permanent):not(g){
	fill:#8D2D44 !important;	
}
.page-item.active .page-link{
	background-color:#337592 !important;
}
.badge-orange{
	color: #D16302;
    background-color: #FC6A03;
}
.badge-light-danger{
	color: #8D2D44;
    background-color:#E8D5D9;	
}
.badge-light-danger:hover{
	color: #8D2D43 !important;
}

.badge-light-success-l{
	color: #009EF7;
	background-color: #F1FAFF;
}
.badge-light-success-l:hover{
	color:#003AF7;
}
.menu-icon-gray-400 .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#7e8299 !important;	
}
.menu-icon-gray-400 .menu-item .menu-link .menu-icon i{
	color:#7e8299 !important;	
}
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active){
	color:#065374 !important;
}
.btn.btn-active-color-primary:focus:not(.btn-active){
	color:#065374 !important;	
}
.btn_bg .btn.btn-active-light-primary:hover:not(.btn-active){
	background-color:#f1f3f5 !important;
}
.btn_bg .btn.btn-active-light-primary:focus:not(.btn-active){
	background-color:#f1f3f5 !important;
}
.forgotpsw{
	text-align:right;	
}
body {
    --fc-event-border-color: #337592 !important;
    --fc-event-bg-color: #337592 !important;
}
.fc .fc-daygrid-dot-event.fc-event-mirror, .fc .fc-daygrid-dot-event:hover {
	color:#337592 !important;
}
.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
	fill:#fff !important;
}
/*.bg_customer .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary.show{
	background-color:#CCDDE4 !important;
	color:#005377 !important;
}*/
.bg_customer .btn.btn-active-light-primary:focus:not(.btn-active){
	background-color:#CCDDE4 !important;
	color:#005377 !important;
}
.bg_customer .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active){
	background-color:#CCDDE4 !important;
	color:#005377 !important;	
}
.bg_customer .menu-state-bg-light-primary .menu-item .menu-link:focus:not(.disabled):not(.active){
	background-color:#CCDDE4 !important;
	color:#005377 !important;	
}
.bg_customer .btn.btn-active-icon-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g){
	fill:#005377 !important;
}
.badge-light-active{
	background-color:#E8D5D9;
	color:#8D2D44;
}
.badge-light-active:hover{
	color:#8D2D43 !important;
}
.hover_link a {
	color:#D1ABB4 !important;	
}
.hover_link a:hover {
	color:#8D2D43 !important;	
}
.no_hover:hover {
	color:#3f4254 !important
}
.new_practice .text-active-primary.active{
	color:#3F4254 !important;
}
.new_practice .nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled){
	border-bottom: 2px solid #D1ABB4 !important;	
}
.new_practice .nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link.active{
	border-bottom: 2px solid #8D2D44 !important;
}
.btn.btn-primary:hover:not(.btn-active){
	background-color:#337592 !important;
}
.btn.btn-primary:focus:not(.btn-active){
	background-color:#337592 !important;
}
.scrolltop{
	background-color:#065374 !important;
}
#ins_prestazioni .nav-link{
	color:#337592;
}
#ins_prestazioni .nav-link.active{
	color:#fff;
}
#ins_prestazioni .nav-link:hover{
	color:#fff;
}
.legenda{
	color:#F1416C;
	font-weight:bold;
}
.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g){
	fill:#065374 !important;	
}
.icon_overview{
	font-size:16px;	
}
.fa-plus{
	color:#D1ABB4;
}
.fa-plus:hover{
	color:#8D2D43;
}
.fa-pencil-alt{
	color:#87afc0;
}
.fa-pencil-alt:hover{
	color:#005377;
}
.select2-container--disabled .selection .select2-selection .select2-selection__rendered{
	color:#A1A5B7 !important;	
}
.form-control:disabled{
	color:#A1A5B7 !important;	
}
.btn-check:checked + .btn.btn-outline.btn-outline-dashed.btn-outline-default, .btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active){
	background-color:#EBF1F4 !important;
	border-color:#337592 !important;
}
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title{
	color:#3F4254 !important;
}
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title{
	color:#A1A5B7 !important;
}
.stepper.stepper-links .stepper-nav .stepper-item.current:after{
	background-color:#8D2D44 !important;
}
.icon_new_practice{
	font-size:30px !important;	
	color:#a1a5b7 !important;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active) .svg-icon .icon_new_practice, .btn-check:checked+.btn.btn-outline.btn-outline-dashed.btn-outline-default .svg-icon .icon_new_practice{
	color:#005377 !important;
}
.check_color:checked{
	background-color: #337592;
    border-color: #337592;	
}
.btn.btn-light-primary:hover:not(.btn-active){
	background-color:#D1ABB4 !important;	
}
.btn.btn-light-primary:focus:not(.btn-active){
	background-color:#D1ABB4 !important;	
}
.btn_avanti:hover{
	background-color:#CCDDE4 !important;	
}
.border-hover-primary:hover{
	border-color:#337592 !important;	
}
.card_user{
	cursor:pointer !important;
	border-radius: 0.475rem !important;
	border-color:#E4E6EF !important;
}
.card_user:hover{
	border-radius: 0.475rem !important;
	border-color:#337592 !important;
}
.card_user:checked{
	border-color:#337592 !important;
}
.card_user.active{
	border-radius: 0.475rem !important;
	border-color:#337592 !important;
	background-color:#EBF1F4;
}
.icon_comp_doc{
	margin-right:10px	
}
.fa-envelope-open-text:hover{
	color:#337592 !important;
}
.pra_oggetto{
	font-weight:500 !important;	
}
.tt_pratiche{
	font-size:25px !important	
}
/*.center_row{
	position: relative;
    top: 50%;
    transform: translateY(-50%);	
}*/
.btn_blu{
	background-color:#337592 !important;
	color:#fff !important;
}
.btn_blu:hover{
	background-color:#EBF1F4 !important;
}
.bg_blu{
	background-color:#337592 !important;	
}
.link_graph:hover .text_hover_blu{
	color:#337592 !important;
}
.icon_richieste{
	font-size:18px	
}
.title_pratiche{
	font-size:14px !important;	
}
.bg-light-blu{
	background-color:#E8D5D9 !important;
}	
.border-blu{
	border-color:#8D2D43 !important;
}
.bg-light-red{
	background-color:#EBF1F4 !important;
}	
.border-red{
	border-color:#005377 !important;
}
.stepper.stepper-pills .stepper-item .stepper-icon{
	background-color:#EBF1F4 !important;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number{
	color:#333 !important;
}
/*.stepper-title:hover{
	color:#8d2c44 !important;
}*/
.stepper-title{
	font-size:15px !important;	
}
.stepper.stepper-pills .stepper-item .stepper-icon.stepper-icon-done{
	background-color:#00c872 !important;
}
.stepper.stepper-pills .stepper-item .stepper-icon.stepper-icon-done span{
	color:#f2f2f2 !important;
}
.stepper.stepper-pills .stepper-item .stepper-icon.stepper-icon-done-negative{
	background-color:#FF0000 !important;
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
select[readonly].select2-hidden-accessible + .select2-container, input[readonly]{
	pointer-events: none;
	touch-action: none;
}
.btn.btn-active-primary.active i{
	color:#fff !important;	
}
.btn.btn-active-primary:hover i{
	color:#fff !important;	
}
.color_black span{
	color:#333;	
}
.color_black li:hover span{
	color:#fff !important;	
}
.color_black .nav-item .btn.btn-active-primary.active span{
	color:#fff !important;	
}
.btn-viola{
	color:#fff;
	background-color:#8D2D43;
}
.btn-viola:hover{
	color:#fff;
	background-color:#8D2D44;
}
.page-link:hover{
	color:#fff !important;
	background-color:#CCDDE4 !important;
}
.page-item:hover:not(.disabled) .page-link .next{
	background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%5E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")
}
.page-item:hover:not(.disabled) .page-link .previous {
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%5E6278'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e")
}
.popover .popover-dismiss:hover i{
	color:#333	
}
.btn-blu{
	color:#fff;
	background-color:#337592;
}
.btn-blu:hover{
	color:#fff;
	background-color:#52879f;
}
.ql-toolbar.ql-snow button:hover .ql-stroke, .ql-toolbar.ql-snow .ql-picker:hover .ql-stroke, .ql-toolbar.ql-snow button:focus .ql-stroke, .ql-toolbar.ql-snow .ql-picker:focus .ql-stroke{
	stroke:#337592 !important;	
}
.ql-toolbar.ql-snow button:hover .ql-fill, .ql-toolbar.ql-snow button:focus .ql-fill{
	fill:#337592 !important;	
	stroke:#337592 !important;
}
.ql-toolbar.ql-snow .ql-picker:hover .ql-picker-label, .ql-toolbar.ql-snow .ql-picker:focus .ql-picker-label{
	color:#337592 !important;
}
.badge-light-warning{
	background-color:#fff1b9 !important;	
	color:#bb9200 !important;
}
.badge-light-warning:hover{
	color:#a98300 !important;
}
.icon_log{
	font-size:16px;	
}
.btn_filter{
	margin-left:15px;
	color:#005377 !important;
	font-weight:600 !important;
	border:1px solid #005377 !important;	
	padding:6px 12px !important;	
}
.btn_filter:hover{
	color:#337592 !important;
	border:1px solid #337592 !important;	
}
.btn_filter:hover i{
	color:#337592 !important;
}
.btn_reset{
	margin-left:15px;
	color:#8D2D43 !important;
	font-weight:600 !important;
	border:1px solid #8D2D43 !important;
	padding:6px 12px !important;	
}
.btn_reset:hover{
	color:#8D2D44 !important;
	border:1px solid #8D2D44 !important;	
}
.btn_reset:hover i{
	color:#8D2D44 !important;
}
.btn_blue{
	background-color:#005377;
	color:#fff;	
}
.btn_blue:hover{
	background-color:#337592;
	color:#fff;
}
.fixed_position{
	position:sticky;
	bottom:0;	
	border-radius:0px !important;
	border:none; 
	z-index:1;
	box-shadow: 0px 0px 25px #b5b5c3;
    border-radius: 10px 10px 10px 10px !important;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_desc:after{
	transform:none !important;	
}
#kt_horizontal_search_advanced_link{
	color:#337592;
}
#kt_horizontal_search_advanced_link:hover{
	color:#005377;
}
.btn-check:checked + .btn.btn-select-filter{
	background-color:#337592 !important;
	color:#fff;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%337592'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")	
}
.responsive_row_save{
	--bs-gutter-x: 0rem !important;	
}
.row_cards_responsive{
	margin-left:auto;
	margin-right:auto;
}
.responsive_content{
	padding-top:0px !important;	
}
.icon_storico{
	cursor:pointer; 
	font-size:16px;	
}
.responsive_btn_more{
	width:40%;
	position: relative;
    left: 50%;
    transform: translateX(-50%);	
}
.min-w-105px{
	min-width:105px	
}
.text-hover-blu:hover span, .text-hover-blu:hover i{
	color:#005377 !important;
}
.text-blu{
	color:#005377;
}

.icon-badge-box{
	position:relative; 
	border-right:1px solid #e9edf1;
	padding-right:20px;
	padding-left:10px;
}

.icon-badge-box:last-child{
	position:relative; 
	border-right: none;
	padding-left:15px;
	margin-right: -7px;
	border-right: none;
}

.icon-badge-box i{
	font-size:18px;
}

.icon-badge{
	width:15px; 
	height:15px; 
	border-radius:50%; 
	background-color:#8D2D44; 
	position:absolute; 
	top:-7px; 
	right:6px; 
	font-size:8px; 
	font-weight:bold; 
	color:#FFF; 
	text-align:center; 
	line-height:14px;
}

.tooltip-inner {
    max-width: 600px;
	width: 100%;
}

.icon_user{
	width:100%;
	text-align:end;
	display:none
}

.icon_user i{
	font-size:15px;
	color:#337592;
}

.card_user.active .icon_user{
	display:block;	
}

.card_user.active .card_body_user{
	padding-top:0px !important	
}

#global_pagination{
	position:relative;	
}

#global_pagination #kt_table_paginate{
	position:absolute;
	right:0px;
	width:auto;
}

#global_pagination #kt_table_length,
#global_pagination #kt_table_info{
	width:auto;
	float:left	
}

#global_pagination #kt_table_info{
	line-height:35px;	
}

body[data-kt-aside-minimize=on] .badge_responsive{
	margin-top:0px !important	
}
.dip_style{
	padding: 3px 6px 3px 6px;
    background: #eff2f5;
    width: fit-content;
	border-radius:5px;	
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.help_icon{
	font-size:23px;
	margin-right:18px;
	color:#337592;
}
a.btn i.excel{
	color: #7ba4b5;
	font-size:16.5px	
}
a.btn:hover i.excel{
	color: #7ba4b5 !important;
	font-size:16.5px	
}
.btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .btn.btn-active-primary.active{
	background-color:#065374 !important
}
/*
.inbox-to-read:before{
	background-color:#8D2D44;
	display:block !important;
	width:5px;
	height:100%;
	margin-right:10px;
}

.inbox-to-read{
	padding-left:10px; 
}*/

#chat-messages-no-message{
	font-size:22px;
	text-align:center;
	margin-top:40px;
}

#chat-no-users{
	padding-top:40px;
	padding-bottom: 40px;
	text-align:center;
}

.chat-user-item{
	cursor:pointer;
	position:relative;
}

.chat-user-item.selected{
	border-left: 3px solid rgb(164, 87, 105, 0.5);
	padding:10px;
}

.chat-user-item.selected .text-hover-primary{
	color: rgb(164, 87, 105) !Important;
}

.chat-lawyer-item{
	cursor:pointer;
}

#chat-messages{
	flex-grow: 1;
	overflow-y: auto;
	max-height:calc(100vh - 325px);
}

#chat-messages-send{
	/*display:block !important;*/	
}

.chat-message-attachment{
	
}

#chat-scroll-down{
	cursor:pointer;
	right:-42px; 
	bottom:10px;
	display:none;
	position:absolute; 
}

#chat-badge-new-messages{
    position: absolute;
	border-radius: 100%;
	background: rgb(164, 87, 105);
	width:20px;
	height:20px;
	text-align: center;
	vertical-align: middle;
	font-size:12px;
	font-weight:bold;
	color:#fff;
    top: -10px;
    right: -10px;
	position:absolute;
	display:none;
}

/*.chat-user-item.selected::before{
	content: '';
    position: absolute;
    top: 0px;
    right: 0px;
	z-index:99999999;
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    border-left: 50px solid rgba(204,204,204,0.5);
    clear: both;
}*/

#datatable-controlli tr th{
	text-transform:uppercase;
	font-weight:bold;	
	color: #B5B5C3;
}
#datatable-controlli tr td{
	font-weight:bold;	
}

.jstree-wholerow-ul{
	max-width:100%;	
}

.jstree-icon{
	float:left;
}

.jstree-anchor{
	white-space:normal !important;
	display:flex !important;
	height: auto !important;
}

.jstree-anchor div{
	/*display:flex;
  float: left;
  width: calc(100% - 100px);*/
}

.jstree-node{
	clear:both;	
}

.jstree-default .jstree-wholerow-clicked{
	background:none !important;	
}

.info_check{
	font-size:17px;
	font-weight:bold;
	color:#af6c7c;
}
.form-check-input:checked{
	background-color: #6698ad;
    border-color: #6698ad;
}

.space_td{
	padding-left:15px !important;	
}

.delete_doc{
	font-size:16px;	
}
.btn.btn-active-light-primary:hover:not(.btn-active) .delete_doc, .btn.btn-active-light-primary:focus:not(.btn-active) .delete_doc{
	color:#fff !important;	
}
.bg-main{
	background-color:#8D2D44 !important;
}
.bg-light-main{
	background-color:#f9f5f6 !important;		
}
.col-md-6.float-end .card.bg-light-main{
	box-shadow: 0px 10px 35px 0px rgb(56 71 109 / 20%) !important;	
}
.other_comment{
	float:left !important;	
}
.user_comment{
	float:right !important;	
}

/*------------ BEGIN::CARD COMMENTO RISERAVTO UTENTE LOGGATO ------------*/
.user_comment .card{
	background-color: #fff9fa !important;
}
.user_comment .card .card-body .header_comment{
	text-align: right;
    float: right;
    width: 100%;	
	display:block !important;
}
.user_comment .card .card-body .header_comment .align-items-center{
	display:block !important;	
}
.user_comment .card .card-body .header_comment .align-items-center .symbol{
	float:right;
	margin-right:0 !important;	
}
.user_comment .card .card-body .header_comment .align-items-center .flex-column{
	float:right;	
	margin-right: 1.25rem !important;
}
.user_comment .card .card-body .text_comment{
	text-align:right;	
}
.comment_container{
	/*max-height:395px;*/
	max-height:310px;
	overflow-y:auto;
	display: flex;
    /*flex-direction: column-reverse;	*/
}
.fixed_position_comment {
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    border-radius: 0px !important;
    border: none;
    z-index: 1;
    box-shadow: 0px 0px 25px #b5b5c3;
    border-radius: 10px 10px 10px 10px !important;
	margin-right:30px;
}
/*------------ END::CARD COMMENTO RISERAVTO UTENTE LOGGATO ------------*/



@media(max-width: 450px){
	.img_profile{
		max-height:300px !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);	
	}
	.column_dati{
		margin-top:20px;
	}
}

@media(max-width: 991px){
	.edit_responsive{
		width: 8.33333333% !important;	
	}
	.plus_responsive{
		width:16.66666667% !important;
	}	
	.select_responsive{
		width: 75% !important;	
	}
	.responsive_label{
		text-align:left !important;	
	}
	
	#chat-list{
		max-height:300px;
		margin-bottom:10px;	
	}
	
	#chat-list-messages{
		max-height:500px;
	}
}
@media(min-width: 992px) and (max-width:1177px){
	.body_responsive{
		height:615px !important;	
	}	
}

@media(max-width: 515px){
	#global_pagination #kt_table_paginate{
		bottom:0px;
		width:100%;
	}	
	
	#global_pagination{
		display:block;	
		height:80px;	
	}
	
	#global_pagination #kt_table_info{
		float:right;
	}
	
	#kt_advanced_search_form{
		padding-left:0px !important;
		padding-right:0px !important;	
	}
	
	.card .card-header,
	.card .card-body{
		padding:1.75rem !important
	}
	
	#card_container .col-md-3{
		padding-left:0px;
		padding-right:0px;	
	}
	#modal-controlli-search, #modal-controlli-reset{
		width:100%;	
	}
}


@media(max-width:400px){
	.responsive_search input{
		width:100% !important;	
	}	
}
@media(max-width:540px){
	.btn_filter, .btn_reset{
		margin-left:auto !important;
		margin-right:auto;
		margin-bottom:15px;
		width:80%;
		
	}
	.responsive_search{
		margin-top:10px !important;
		margin-bottom:15px !important;	
	}
	#operatori_header span{
		display:none;	
	}
	#operatori_header::after{
		content:"Team";	
	}
	#compilazione_header span{
		display:none;	
	}
	#compilazione_header::after{
		content:"Redazione";	
	}
	#log_header span{
		display:none;	
	}
	#log_header::after{
		content:"Log";	
	}
	.responsive_row{
		flex-direction:column;	
	}
	.col_order_responsive{
		order:2	
	}
	.contenzioso_responsive{
		width:100%;	
		text-align:center;
	}
	.check_contenzioso{
		margin-left:auto;
		margin-right:auto;	
	}
	.col_compilazione{
		width:100%;	
	}
	.col_legenda{
		width:100%;	
		margin-bottom:15px;
	}
	.row.mb-xl-9.mt-2{
		margin-right:auto;
		margin-left:auto;
		padding-right:0px;
	}
	.filter_pratiche, .reset_pratiche, .search_pratica, .btn_ricerca_avanz{
		width:100%;	
	}
	.col_responsive_prestazione{
		width:100%;	
	}
	.responsive_save{
		display:block !important;	
	}
	.responsive_row_save{
		width:auto !important;	
	}
	.label_carica_doc span{
		display:none;	
	}
	.label_carica_doc::after{
		content:"Carica";	
	}
}
@media(max-width:415px){
	.responsive_badge, .responsive_btn{
		margin-bottom:10px !important;	
	}
	.pratica_responsive{
		width:100%;
		margin-bottom:10px;	
	}
}
@media(max-width:767px){
	.responsive_btn_more{
		width:95% !important;	
	}	
}
@media(min-width:1478px) and (max-width:1700px){
	.responsive_storicopr{
		height:670px !important;	
	}	
}
@media(max-width:1477px){
	.responsive_storicopr{
		height:693px !important;	
	}	
}
@media(max-width:1341px){
	.col_responsive_nuova_prestazione{
		width:100% !important;	
	}
	.col-responsive_storico{
		width:100% !important;	
	}
	.responsive_storicopr{
		min-height:350px !important;
		height:auto !important;	
	}	
}

@media(max-width:991px){
	.btn_visualizza{
		width:100%	;
		margin-top:10px;
	}
}

/*@media(max-width:490px){
	.date-not{
		width:80px;
		text-align:right
	}
	
	.date-diff_p{
		width:100px;
		text-align:right
	}
}*/

@media(max-width:400px){
	.btn_visualizza{
		width:100%	;
		margin-top:10px;
	}
}


.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
	color: #3699FF;
	background-color: transparent;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight:bold;
	float: left;
	font-size:17px;
	position: relative;
	margin-right:20px;
	color:#A1A5B7;
	cursor:pointer;
	/*transform: translateY(50%)*/
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.child> td:first-child:before {
	display:none;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.child> td ul li{
	line-height:22px;
	text-align:left !important;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.child> td ul li .dtr-data{
	font-weight:normal;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.child> td ul li .btn svg{
	height:20px !important;
	width:20px !important;
	float:right;
}

#mycode{
	background-color:transparent !important;
	box-shadow:none !important;
	padding:0px !important;
	font-size:13px;
}





#loading {
    width: 100%;
    z-index: 99999;
    display: none;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 15px;
}

.loader-container {
    height: 150px;
    width: 280px;
    margin: auto;
    top: calc(50% - 75px);
    left: calc(50% - 140px);
    position: absolute;
}

.loader {
    border: 16px solid #ffffff;
    border-top: 16px solid #e20025;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    animation: spin 2s linear infinite;
}


.mytrashhover:hover{
	color:#8D2D44;	
}

table.dataTable thead > tr > th.align-right {
    padding-right: initial !important;
}

table.dataTable thead > tr > th.align-right:after {
    float:left !important;
	margin-top:4px !important;
}





.badge-primary{
	background-color:#00c872 !important;
	color:#333;	
}

.badge-warning{
	background-color:#fde910 !important;
	color:#333;	
}

.badge-orange{
	background-color:#FFC000 !important;	
	color:#333;
}

.badge-danger{
	background-color:#FF0000 !important;	
	color:#333;
}

.badge-light-miri-primary{
	background-color:#92e7c2 !important;
	color:#333;	
}

.badge-light-miri-warning{
	background-color:#fef698 !important;
	color:#333;	
}

.badge-light-miri-orange{
	background-color:#ffe492 !important;	
	color:#333;
}

.badge-light-miri-danger{
	background-color:#ff9292 !important;	
	color:#333;
}

#img_testata:read-only::file-selector-button,
#img_firma:read-only::file-selector-button {
	 background-color:transparent !important;
}


/*
.mutuabg{
	background-color:rgba(107, 0, 0,0.1) !important;
	border-color:rgba(107, 0, 0,0.2) !important;
}

.mutuabg .fw-bolder{
	color:#181C32 !important;
}

.mutuabg .fw-bold.text-gray-400{
	color:#B5B5C3 !important;
}

.vitabg{
	background-color:rgba(0, 255, 127,0.07);
}

.vitabg .fw-bolder{
	color:#181C32 !important;
}

.vitabg .fw-bold.text-gray-400{
	color:#B5B5C3 !important;
}*/

@media(max-width:991px){
	.text-end.text-end-responsive{
		text-align: left !important;
	}
}
/*AGGIUNTO IL 29/03/2023*/
.modal .import-icon-box{
	text-align-last: center; 
	place-self: center;
}
.modal .import-icon-box .import-icon{
	font-size: 56px !important; 
	color: #8D2D44 !important;
}

.accordion-button{
	color: #5E6278 ;
}
.accordion-button:not(.collapsed) {
	color: #065374;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23065374'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E6278'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.order-item-draggable {
    display: flex; 
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 0.475rem;
    background-color: #DCFDFD;
}

.order-item-draggable .stepper-number {
    color: #333 !important;
    font-weight: 600;
    font-size: 1.25rem;
}

.btn-check:checked + .btn.btn-active-color-primary i, .btn-check:active + .btn.btn-active-color-primary i, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) i, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show i, .show > .btn.btn-active-color-primary i {
	color: #065374;
}
/*AGGIUNTO IL 29/03/2023*/ 
/* EXPORT CSS */
.draggable-zone-export{
	padding-bottom: 25px; 
	height: 100%;
	display: block;
	overflow-y: scroll;
	/* Set "my-sec-counter" to 0 */
	counter-reset: counter-field-exported;
}
.draggable-zone-export span.number-item {
	display: none;
}
.draggable-item-selected span.number-item {
	display: none;
}
.draggable-zone-export span.number-item-export::before {
	counter-increment: counter-field-exported +1;
	content: counter(counter-field-exported);
}
.draggable-zone-sorce button.btn-delete {
	display: none;
}
.draggable-zone-export button.btn-delete {
	display: show !important;
}
.draggable-zone-sorce .draggable-item-selected .draggable-item-icon-selected::before{
	content: '\f00c' !important;
	font-family: "Font Awesome 5 Free";
	font-size: 1.25rem;
	color: #00c872;
	font-weight: 600;
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.draggable-empty-message{
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	height: 97%;
}
/* EXPORT CSS */