@charset "utf-8";
/* CUTOMIZE LAYOUT */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgba(0,0,0,0.2)),
									   color-stop(0.72, rgba(0,0,0,0.3)),
									   color-stop(0.86, rgba(0,0,0,0.2)));
}

:root {
	--fc-button-bg-color: #5fab9b;
    --fc-button-border-color: #569c8d;
	--fc-button-active-bg-color: #569c8d;
    --fc-button-active-border-color: #498b7d;
	--fc-list-event-hover-bg-color: #1aae9b;
}

.noselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

body {
	font-size: 13px;
	/*min-width: 780px;*/
}
.wrapper {
    overflow: hidden;
}
button>i {
	margin-right: 8px;
}
	button#minimizeSidebar>i {
		margin-right: 0;
	}
button>i.right {
	margin-left: 8px;
    margin-right: 0;
}
.strong {
	font-weight: bold;
}
.block {
	display: block;
	width: 100%;
}
.fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}
.form-control, .form-group .form-control {
    background-color: #fff;
}
.uppercase {
	text-transform: uppercase;
}

.sidebar .logo, .off-canvas-sidebar .logo {
    padding: 13px 16px;
}
.off-canvas-sidebar .logo img, .sidebar .logo img {
    max-height: 38px;
	max-width: 100%;
}
.sidebar-mini .sidebar .logo-mini {
    padding: 13px 16px;
}

.logo.user-label {
    margin: 10px;
    padding: 20px 10px;
    background-color: #f4f4f4;
    border-radius: 3px;
    border: 1px solid #eee;
}

.sidebar .logo:after {
	display: none;
}

.sidebar .avatar {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center center;
    border-radius: 32px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.20)!important;
}
.sidebar .user-info {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 54px);
		font-weight: 400;
}
	.sidebar .user-info>span {
		display: block;
		line-height: normal;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.sidebar .customer-info {
	text-align: center;
	line-height: 14px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	word-break: break-word;
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    height: auto;
	overflow-x: hidden;
	overflow-y: auto !important;
}

.main-panel > .content {
    height: calc(100vh - 70px);
	position: relative;
	overflow-x: hidden;
	padding: 15px;
}
.sweet-alert {
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 30%);
}
.card .card-action {
    padding: 14px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
}
	.card .card-action input {
		display: block;
		border-radius: 3px;
		border: 3px solid rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		cursor: pointer;
		font-size: 14px;
		appearance: auto !important;
	}
	.card-action.flex-container.flex-row>select,
	.card-action.flex-container.flex-row>input {
		width: auto;
	}

.card .card-footer {
    height: 37px;
}
.card .card-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.off-canvas-sidebar, .sidebar {
    z-index: 1000 !important;
}
.card .card-footer .stats, .card .card-content .category {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	.card .card-content .category {
		width: calc(100% - 76px);
	}
.card .card-content.fit {
    padding: 0;
}

#mainCalendar {
	height: calc(100vh - 220px);
}
	.fullscreen #mainCalendar {
		height: calc(100vh - 110px);
	}

#mainCalendarContainer {
	
}
	#mainCalendarContainer .toggleFullscreen {
		margin-left: auto;
		cursor: pointer;
		border: 4px solid #e5e5e5;
		border-radius: 4px;
		height: 40px;
	}
			#mainCalendarContainer .toggleFullscreen:hover {
				background-color: #f0f0f0;
			}
		#mainCalendarContainer .toggleFullscreen i {
			font-size: 32px;
    		color: #999;
		}
.fc-event {
    cursor: pointer;
    border: 1px solid #ddd;
	box-shadow: none;
    outline: 0 !important;
    margin: 2px 0px 2px 1px;
    padding: 2px 4px;
}
	.fc-event .fc-event-main {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
		.fc-event .fc-title {
			font-weight: 600;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.fc-event .fc-description {
			font-weight: 400;
			/*line-height: 11px;*/
			margin-top: 2px;
		}
			.fc-event .fc-description>span {
				display: block;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
			}
.fc .fc-list-sticky .fc-list-day > * {
    z-index: 1;
}
.fc-list-table td {
    border-width: 0;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
	background-color: #fff;
    color: #333;
    text-decoration: none;
}
.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event, .fc-daygrid-dot-event:hover {
	background: #fff;
}
.fc .fc-list-event:hover td {
	background: none;
}

.off-canvas-sidebar .nav i, .sidebar .nav i {
    font-size: 20px;
    margin-right: 10px;
}
.off-canvas-sidebar .nav [data-toggle="collapse"] ~ div ul > li > a, .sidebar .nav [data-toggle="collapse"] ~ div ul > li > a {
    padding-left: 30px;
}

.navbar .navbar-nav > li.open > .dropdown-menu {
	max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}
	.dropdown-menu li > a {
		border-bottom: 1px solid #eee;
		margin-bottom: 4px;
	}
			.dropdown-menu li > a small {
				display: block;
			}
		.dropdown-menu li:hover a {
			background-color: #1aae9b !important;
		}
		.dropdown-menu li:nth-of-type(odd) a {
			background-color: #f9f9f9;
		}
		.dropdown-menu li:nth-of-type(even) a {
			background-color: #fcfcfc;
		}

.ricerca_avanzata_label {
	cursor: pointer;
	opacity: 0.8;
}
	.ricerca_avanzata_label>i {
		vertical-align: middle;
		line-height: 23px;
	}
	.ricerca_avanzata_label>span {
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 200px;
		line-height: 23px;
	}

.uppercase {
	text-transform: uppercase;
}

.ricerca_avanzata_label:hover {
	opacity: 1;
}

.label.label-info {
    background-color: #40c3ff;
}

.label-floating>label.control-label {
    color: #999 !important;
	background-color: #fff;
	margin-left: 4px !important;
}
.label-floating>input {
    padding-left: 4px;
}
label.control-label.textarea-label {
	background-color: #fff;
    padding: 0 10px;
    margin-left: 1px;
}
.label.fw {
	display: block;
}
span.label>i {
    margin-right: 8px;
}

label[for]:not([for=""]){
	cursor: pointer;
}

table p {
    margin-bottom: 0;
}
table .label {
    display: block;
    max-width: 150px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin: 4px auto;
}

.label-xl{
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    border-radius: 20px;
}
.label.label-default {
    background-color: #ccc;
}

.btn>i {
    margin-right: 8px;
}
.dataTable .btn {
    margin: 0;
}
.datatableActionContainer {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.btn-orange {
    background-color: #f59200 !important;
}

.dataTable th {
    font-size: 13px !important;
    font-weight: bold !important;
}

.table>thead>tr>th,
.table>tfoot>tr>th {
    font-size: 13px;
    font-weight: bold;
    /* white-space: nowrap; */
}
.standard_table td, .standard_table th {
    padding: 4px 8px;
}

table.striped {
	border: 1px solid #ddd;
}
	table.striped td {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
	}
		table.striped tr:nth-child(odd) td {
			background-color: #f9f9f9;
		}

.color-green {
    color: #1aae9b;
}

.color-red {
    color: #d9534f;
}

.color-yellow {
    color: #f9c851;
}

.color-black {
    color: #212121;
}

.color-gray {
    color: #ccc;
}
.sl-item:last-of-type:after {
    content: ' ';
    display: block;
    position: absolute;
    left: -6px;
    bottom: 0;
    height: 4px;
    width: 12px;
    color: #333;
}
.openDocs {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title-content {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.alert.alert-flexed {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
	.alert.alert-with-icon.alert-flexed i[data-notify="icon"]{
		margin-top: auto;
		top: -20px;
	}
.alert.alert-with-icon {
	margin-top: 20px;
	padding: 30px 40px;
}
.alert .title {
    display: block;
	font-size: 20px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 10px;
}
			.alert.alert-success .title,
			/*.alert.alert-warning .title,*/
			.alert.alert-danger .title {
				color: #fff;
			}
		.alert .title.small {
			font-size: 16px;
		}
	.alert .title>small {
		display: block;
		font-weight: 200;
		text-transform: uppercase;
	}
	.alert.alert-with-icon i[data-notify="icon"].action-icon {
		left: auto;
		top: 20px;
		right: 16px;
		
		cursor: pointer;
		background-color: #2196f3;
		color: #fff;
	}
.overlay-subtitle {
	display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
}
.box_uppercase_black {
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.10);
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    min-width: 340px;
}
.input-note {
    display: block;
    color: #999;
    font-size: 11px;
}
.form-group {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}
	.form-group.flex-container .input,
	.form-group.flex-container .textarea {
		flex: 1;
	}
	.form-group .input-action {
		width: 32px;
		text-align: center;
		line-height: 32px;
		cursor: pointer;
	}

.suggestion-container {
	display: none;
    position: absolute;
    z-index: 1001;
    width: 100%;
    top: 100%;
	max-height: 130px;
    overflow: auto;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}
	.suggestion-container>span {
		display: block;
		padding: 8px 12px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		background-color: #f9f9f9;
	}
		.suggestion-container>span:hover {
			background-color: #fff;
		}

select {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 3px solid rgba(0,0,0,0.1);
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    appearance: auto !important;
}
	select.small {
		padding: 4px 10px;
		font-size: unset;
	}
	select.blue {
		background-color: #2196f3;
    	color: #fff;
		box-shadow: 0 1px 4px 0px rgb(33 150 243 / 50%);
	}
select[disabled],
input[disabled],
textarea[disabled],
select[readonly],
input[readonly],
textarea[readonly] {
    cursor: not-allowed;
	background-color: #f0f0f0 !important;
}

input[type='radio'],
input[type='checkbox']{
	cursor: pointer;
	height: 24px;
    width: 24px;
	margin: 0;
}

.metadata_preview_container>span {
    display: inline-block;
    margin-bottom: 2px;
    max-width: 250px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 2px;
    background-color: #40c3ff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
}
	.metadata_preview_container>span:empty {
	  display: none;
	}

#metadata_documento_richiesto_container input,
#metadata_documento_richiesto_container textarea {
	text-transform: uppercase;
}

.metadata-content-container {
    position: relative;
}
	.metadata-content-container .metadata-content {
		border-left: 4px solid #1c80cf;
		padding: 4px 12px;
		background-color: #f5f5f5;
		border-bottom: 1px solid #ddd;
    	margin-bottom: 1px;
	}
	.metadata-content-container .deleteCategoryMetadata {
		float: right;
	}

.btn:hover, .btn:focus {
    box-shadow: none !important;
}
#metadata_docs_input_container textarea {
    height: 120px;
}
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
    top: -22px;
}

.breadcrum a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #2196f3;
    font-weight: 400;
    text-decoration: none;
}

.nav [data-toggle="collapse"] ~ div ul > li.active a {
	    background: rgba(200, 200, 200, 0.2) !important;
}

#modal_progetto_prefill_conf_table tr {
	margin-top: 4px;
}
#modal_progetto_prefill_conf_table td {
	padding: 2px 4px;
}
.metadataPrefillRow {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 4px 8px;
    cursor: pointer;
}
	.metadataPrefillRow:nth-child(even) {
		background-color: #f9f9f9;
	}
	.metadataPrefillRow:last-child {
		border-bottom: 1px solid #ddd;
	}
	.metadataPrefillRow:hover {
		background-color: #f0f0f0;
	}
		.metadataPrefillRow>span {
			display: block;
			/* padding: 0 10px; */
			/* border-right: 1px solid #ddd; */
		}

/* LOGIN */
#wrapper-login {
	background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NDJGRDk3RkJFRDcxMUVCQkMwN0U0QzAzMTk2Q0REMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NDJGRDk4MEJFRDcxMUVCQkMwN0U0QzAzMTk2Q0REMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0MkZEOTdEQkVENzExRUJCQzA3RTRDMDMxOTZDREQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk0MkZEOTdFQkVENzExRUJCQzA3RTRDMDMxOTZDREQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4AJkFkb2JlAGTAAAAAAQMAFQQDBgoNAAAF6gAABvEAAAhF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');
	background-size: 20px;
	background-repeat: repeat;
	background-position: center center;
}
.login-page .card-login {
    transition: all 0.6s cubic-bezier(0.85, 0.02, 0.18, 0.99);
}
.login-page > .content, .lock-page > .content {
    padding-top: calc(50vh - 190px);
}
.login-page .card-login {
    padding-bottom: 0;
}
.card-login .card-content {
    padding: 10px 30px;
}
.login-page .card-login .card-header {
    padding: 20px;
	border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
}
	.login-page .card-login .card-header>img {
		height: auto;
		width: auto;
		max-height: 50px;
		max-width: 256px;
		margin: 0 auto;
	}
.login-page .card-login .card-body {
    padding: 10px 0;
	position: relative;
	overflow: hidden;
}
#login_error_container {
	display: none;
    text-align: center;
    color: #d20000;
}
#login_loader {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
	#login_loader>i {
		position: absolute;
		left: calc(50% - 12px);
		top: calc(50% - 12px);
		font-size: 24px;
		opacity: 0.7;
	}
#recover_container,#supervisor_container {
    position: absolute;
    background-color: #fff;
    top: 0;
    height: 100%;
    left: -100%;
	opacity: 0.5;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.57, 0.01, 0.45, 0.99);
}
	#recover_container.active, #supervisor_container.active {
		left: 0;
		opacity: 1;
	}
	#recover_container p.title, #supervisor_container p.title {
		margin-top: 10px;
		font-weight: bold;
	}
#wrapper-login .full-page:before {
    background-color: rgb(255 255 255 / 50%);
}

.selectAllPreviewCheckbox {
	display: block;
    margin: 2px 0;
    cursor: pointer;
}

.data-loader {
	opacity: 0.7;
}

.activeToggle  {
	font-size: 42px;
    line-height: 32px;
    cursor: pointer;
    vertical-align: middle;
}
	.activeToggle[data-value='1'] {
		color: #1aae9b;
	}
	.activeToggle[data-value='0'] {
		color: #ccc;
	}
.customer_logo {
    max-width: 48px;
    max-height: 48px;
}
#userFormLivelloDescrContainer {
	font-size:14px;
}

/* LOG CONTAINER */
#main-log-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: -420px;
    top: 0;
    height: 100vh;
    overflow: hidden;
    max-width: 420px;
    background-color: #f6f9fc;
    color: #222;
    z-index: 1000;
    transition: all 0.15s ease-in-out;
}
		#main-log-container.open {
			right: 0;
			box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
		}
	#main-log-container>.log-header {
		position: relative;
		z-index: 10;
		height: 58px;
		line-height: 58px;
		padding: 0;
		font-size: 18px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		background-color: #f5f5f5;
	}
		#main-log-container>.log-header>.log-title {
			padding-left: 20px;
		}
		#main-log-container>.log-header .close_log {
			text-align: center;
			cursor: pointer;
			padding: 0;
			line-height: 58px;
			width: 58px;
		}
	#main-log-container>.log-content-container {
		display: block;
		position: relative;
		flex: 1;
		overflow-x: hidden;
		overflow-y: auto;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	}
		#main-log-container>.log-content-container>.log_content {
			display: block;
			position: relative;
			overflow: hidden;
			background-color: #fff;
			box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
			padding: 20px;
			margin: 20px;
		}
			#main-log-container>.log-content-container>.log_content .main-title {
				display: block;
				font-size: 18px;
				margin-bottom: 8px;
			}
			#main-log-container>.log-content-container>.log_content .timing {
				float: right;
			}

/* STD LOADER */
.std_loader {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10001;
	/*transition: all 0.15s linear;*/
}
	.std_loader>i {
		font-size: 32px;
		color: rgba(255,255,255,0.8);
		position: absolute;
		left: calc(50% - 16px);
		top: calc(50% - 16px);
	}

/* OVERLAY */
.body_overlay {
	display: none;
}
.body_overlay>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.body_overlay i {
		    font-size: 36px;
	}
	.body_overlay .message {
		font-size: 18px;
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		line-height: 18px;
	}
	.body_overlay small {
		display: block;
	}

.overlay_loader {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
.overlay_loader.loading,
.overlay_loader.loaded {
	display: block;
}

	.overlay_loader>i {
		position: absolute;
		left: calc(50% - 12px);
		top: calc(50% - 12px);
		font-size: 42px;
		opacity: 0.7;
	}
		.overlay_loader>i.loaded {
			color: #1aae9b;
		}
		.overlay_loader.loading>i.loaded {
			display:none;
		}
		.overlay_loader.loaded>i.loader {
			display:none;
		}
		.overlay_loader>span.counter {
			position: absolute;
			display: block;
			width: 100%;
			text-align: center;
			left: 0;
			top: calc(50% - 0px);
			opacity: 0.7;
			font-size: 18px;
		}

#overlay_extra_info>span {
    display: block;
}
	#overlay_extra_info>span>strong {
		display: inline-block;
		vertical-align: middle;
	}

.overlay-container {
	position: absolute;
	top: 66px;
    width: 100%;
    height: calc(100% - 66px);
	
    background-color:#eee;
    z-index: 10001;
	
    left: 100%;
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.5, 0.01, 0.44, 0.99);
	visibility: hidden;
}
	.overlay-container.fullscreen {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
	}

.overlay-footer .btn-md {
    padding: 12px 24px !important;
	margin: 0;
}
.overlay-title {
    display: block;
    border-left: 4px solid #2196f3;
    padding-left: 12px;
    color: #2196f3;
    margin-bottom: 10px;
    text-transform: uppercase;
}
		.overlay-container.active {
			visibility: visible;
			left: 0;
			opacity: 1;
		}
			#manage-meta-document {
				z-index: 1000;
			}
			#tool_iframe_container {
				z-index: 1002;
			}
	.overlay-container .overlay-body {
		height: 100%;
		position: relative;
		overflow: hidden;
		background-color: #fff;
		padding: 20px 30px;
	}
	.overlay-container .overlay-footer {
		padding: 10px;
		border-top: 1px solid #ddd;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	.overlay-header {
		position: relative;
		color: #fff;
		font-size: 22px;
		padding: 0;
	}
	.overlay-header>h4 {
		color: #666;
		font-size: 18px;
		margin: 0;
		padding: 10px 20px;
	}

	#overlay_file_error {
		text-align: left;
		background-color: rgb(217 83 79 / 10%);
		border: 1px solid rgb(217 83 79 / 60%);
		padding: 10px;
    	margin: 0 20px;
	}
		#overlay_file_error>span {
			display: block;
		}

	#metadata_docs {
		padding: 10px 20px;
	}

	.metadata-container .filename_container {
		color: #fff;
		background-color: #2196f3;
		padding: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 16px;
	}
		.metadata-container .filename_container>span {
			display: block;
			font-weight: normal;
			font-size: 12px;
		}
	textarea.form-control {
		border: 1px solid #d2d2d2 !important;
		padding: 10px;
	}

	#ritiro-file-error-problematiche-overlay {
		background-color: #fff;
		padding: 0 40px;
	}
	textarea.chiusuraRitiroProblematicaNota {
		width: 100% !important;
	}

#overlay_appuntamento {
    border: 10px solid #eee;
}

.tipoProgettoMetadataDefaultForm {
    border-top: 4px solid #eee;
    padding-top: 10px;
}
	.tipoProgettoMetadataDefaultForm[data-id="0"] .deleteTipoProgettoMetadataDefault,
	.tipoProgettoMetadataDefaultForm[data-id="0"] .applyTipoProgettoMetadataDefault{
		display: none;
	}
	.tipoProgettoMetadataDefaultForm>select, .tipoProgettoMetadataDefaultForm>input {
		display: inline-block;
		width: calc(50% - 4px);
		margin: 2px;
	}
	.tipoProgettoMetadataDefaultForm .btn {
		min-width: 120px;
		margin-right: 10px;
		margin-top: 4px;
	}

.dataTables_scrollBody {
    box-shadow: inset 0px -6px 14px -10px rgb(0 0 0 / 30%);
}

.overlay_file_cq {
    margin: 10px 20px;
    padding: 10px 20px;
    background-color: #f0f0f0;
}
.overlay_file_cq[data-cq='1'] {
    background-color: #1aae9b;
    color: #fff;
}
.overlay_file_cq[data-cq='0'] {
    background-color: #f44336;
    color: #fff;
}

	.overlay_file_cq>span {
		display: none;
	}

.overlay_file_cq[data-cq='']>span[data-value=''],
.overlay_file_cq:not([data-cq])>span[data-value='']{
    display: block;
}
.overlay_file_cq[data-cq='0']>span[data-value='0'] {
    display: block;
}
.overlay_file_cq[data-cq='1']>span[data-value='1'] {
    display: block;
}
.overlay_file_cq[data-cq='2']>span[data-value='2'] {
    display: block;
}
#tool_iframe {
    display: block;
    width: 100%;
    height: 100%;
}
#metadata_documento_richiesto_list textarea {
    height: 100px;
}
.visita-paziente-container {
    width: 320px;
    background-color: #fff;
	overflow: auto;
	z-index: 1;
    box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
}
	.visita-paziente-container .action-container {
		position: relative;
		padding: 0 20px;
	}
		.visita-paziente-container .action-container .btn {
			display: block;
			width: 100%;
		}
	.visita-paziente-container .form-group {
		margin: 16px 0 0 0;
		padding: 0;
	}
	.visita-paziente-container .form-control {
		padding: 0 10px;
		margin-top: 10px;
	}

.visita-anamnesi-container {
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
	padding: 20px;
    display: block;
	overflow: auto;
}

.embed-content-container {
    position: relative;
    background-color: #46494e;
    width: 100%;
    height: 100%;
	padding: 30px;
    color: rgba(0,0,0,0.4);
    display: table;
    vertical-align: middle;
}
	.overlay_file_upload_content {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		font-size: 120px;
		border: 4px dashed;
	}
		.overlay_file_upload_content>i {
			font-size: 82px;
		}
			.overlay_file_upload_content>i:after {
				content: 'Carica documento';
				font-size: 16px;
				font-family: 'Roboto';
				display: block;
				margin-top: 10px;
			}

.fileUploadTypeContainer, .fileDownloadTypeContainer {
	box-shadow: 0 0 8px -2px rgb(0 0 0 / 30%);
    padding: 12px;
	margin-bottom: 20px;
}
.uploadedFilesContainer:empty::after {
	content: 'Nessun file presente';
	font-style: italic;
}
	.uploadedFilesContainer .fileLabel {
		display: inline-block;
		text-decoration: none;
		padding: 8px 12px;
		background: #f5f5f5;
		border: 1px solid #e5e5e5;
		margin: 0 10px 10px 0;
		border-radius: 3px;
		transition: all 0.15s linear;
	}
		.uploadedFilesContainer .fileLabel:hover {
			background-color: #f9f9f9;
			box-shadow: inset 1px 1px 6px -2px rgb(0 0 0 / 30%);
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
		}

		.uploadedFilesContainer .fileLabel i.fa-paperclip {
			transform: rotate(-41deg);
		}

.column-sticky {
    position: sticky;
    top: 0;
    z-index: 1001;
}

#qrcode_container {
    display: block;
	text-align: center;
}
	#qrcode_container>img {
		width: 200px;
		border: 6px solid #333;
		border-radius: 16px;
		margin-top: 20px;
	}

/* FLEX */
.flex-container {
	display: flex;
	flex-direction: column; /*default*/
}
			.flex-container.flex-row {
				flex-direction: row;
				align-items: center;
			}
			.flex-container.flex-row-reverse {
				flex-direction: row-reverse;
				align-items: center;
			}
			.flex-container.wrap {
				flex-wrap: wrap;
			}
			.flex-container.gap-5 {
				gap: 5px;
			}
			.flex-container.gap-10 {
				gap: 10px;
			}
			.flex-container.gap-15 {
				gap: 15px;
			}
			.flex-container.gap-20 {
				gap: 20px;
			}
			.flex-container.stretch {
				align-items: stretch;
			}

		.flex-container .flex-content {
			/*flex: attr(data-flex);*/
		}
		.flex-container .flex-1 {
			flex: 1;
		}
		.flex-container .flex-2 {
			flex: 2;
		}
		.flex-container .flex-3 {
			flex: 3;
		}
		.flex-container .flex-4 {
			flex: 4;
		}
.responsive_column_container {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	flex-wrap: wrap;
}
	.responsive_column_container>div {
		width: calc(50% - 20px);
	}

/* FLIP ANIMATION */
.flip_loop {
	-webkit-animation-name: spinner; 
	-webkit-animation-timing-function: linear; 
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-duration: 2s; 
	animation-name: spinner; 
	animation-timing-function: linear; 
	animation-iteration-count: infinite; 
	animation-duration: 2s; 
	-webkit-transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
	transform-style: preserve-3d;
}

/* OVERRIDE VARIO */
.m-0 {margin: 0;}
.m-5 {margin: 5px;}
.m-10 {margin: 10px;}
.m-20 {margin: 20px;}
.m-30 {margin: 30px;}
.m-40 {margin: 40px;}
.m-50 {margin: 50px;}
.m-60 {margin: 60px;}
.m-70 {margin: 70px;}
.m-80 {margin: 80px;}
.m-90 {margin: 90px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}

.ml-0 {margin-left: 0;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}

.mr-0 {margin-right: 0 !important;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-20 {margin-right: 20px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}
.mr-60 {margin-right: 60px;}
.mr-70 {margin-right: 70px;}
.mr-80 {margin-right: 80px;}
.mr-90 {margin-right: 90px;}

.mlr-0 {margin-right: 0 !important; margin-left: 0 !important;}
.mlr-5 {margin-right: 5px;margin-left: 5px;}
.mlr-10 {margin-right: 10px;margin-left: 10px;}
.mlr-20 {margin-right: 20px;margin-left: 20px;}
.mlr-30 {margin-right: 30px;margin-left: 30px;}
.mlr-40 {margin-right: 40px;margin-left: 40px;}
.mlr-50 {margin-right: 50px;margin-left: 50px;}
.mlr-60 {margin-right: 60px;margin-left: 60px;}
.mlr-70 {margin-right: 70px;margin-left: 70px;}
.mlr-80 {margin-right: 80px;margin-left: 80px;}
.mlr-90 {margin-right: 90px;margin-left: 90px;}

.mtb-0 {margin-top: 0 !important; margin-bottom: 0 !important;}
.mtb-5 {margin-top: 5px;margin-bottom: 5px;}
.mtb-10 {margin-top: 10px;margin-bottom: 10px;}
.mtb-20 {margin-top: 20px;margin-bottom: 20px;}
.mtb-30 {margin-top: 30px;margin-bottom: 30px;}
.mtb-40 {margin-top: 40px;margin-bottom: 40px;}
.mtb-50 {margin-top: 50px;margin-bottom: 50px;}
.mtb-60 {margin-top: 60px;margin-bottom: 60px;}
.mtb-70 {margin-top: 70px;margin-bottom: 70px;}
.mtb-80 {margin-top: 80px;margin-bottom: 80px;}
.mtb-90 {margin-top: 90px;margin-bottom: 90px;}

.p-0 {padding: 0;}
.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.p-20 {padding: 20px;}
.p-30 {padding: 30px;}
.p-40 {padding: 40px;}
.p-50 {padding: 50px;}
.p-60 {padding: 60px;}
.p-70 {padding: 70px;}
.p-80 {padding: 80px;}
.p-90 {padding: 90px;}

.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}

.pl-0 {padding-left: 0;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-20 {padding-left: 20px;}
.pl-30 {padding-left: 30px;}
.pl-40 {padding-left: 40px;}
.pl-50 {padding-left: 50px;}
.pl-60 {padding-left: 60px;}
.pl-70 {padding-left: 70px;}
.pl-80 {padding-left: 80px;}
.pl-90 {padding-left: 90px;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-20 {padding-right: 20px;}
.pr-30 {padding-right: 30px;}
.pr-40 {padding-right: 40px;}
.pr-50 {padding-right: 50px;}
.pr-60 {padding-right: 60px;}
.pr-70 {padding-right: 70px;}
.pr-80 {padding-right: 80px;}
.pr-90 {padding-right: 90px;}

.plr-0 {padding-right: 0 !important; padding-left: 0 !important;}
.plr-5 {padding-right: 5px;padding-left: 5px;}
.plr-10 {padding-right: 10px;padding-left: 10px;}
.plr-20 {padding-right: 20px;padding-left: 20px;}
.plr-30 {padding-right: 30px;padding-left: 30px;}
.plr-40 {padding-right: 40px;padding-left: 40px;}
.plr-50 {padding-right: 50px;padding-left: 50px;}
.plr-60 {padding-right: 60px;padding-left: 60px;}
.plr-70 {padding-right: 70px;padding-left: 70px;}
.plr-80 {padding-right: 80px;padding-left: 80px;}
.plr-90 {padding-right: 90px;padding-left: 90px;}

.ptb-0 {padding-top: 0 !important; padding-bottom: 0 !important;}
.ptb-5 {padding-top: 5px;padding-bottom: 5px;}
.ptb-10 {padding-top: 10px;padding-bottom: 10px;}
.ptb-20 {padding-top: 20px;padding-bottom: 20px;}
.ptb-30 {padding-top: 30px;padding-bottom: 30px;}
.ptb-40 {padding-top: 40px;padding-bottom: 40px;}
.ptb-50 {padding-top: 50px;padding-bottom: 50px;}
.ptb-60 {padding-top: 60px;padding-bottom: 60px;}
.ptb-70 {padding-top: 70px;padding-bottom: 70px;}
.ptb-80 {padding-top: 80px;padding-bottom: 80px;}
.ptb-90 {padding-top: 90px;padding-bottom: 90px;}

.rotate0 {transform: rotate(0deg);}
.rotate90 {transform: rotate(90deg);}
.rotate180 {transform: rotate(180deg);}
.rotate270 {transform: rotate(270deg);}

/* PDF EMBED CUSTOMIZATION */
:host {
    --viewer-pdf-sidenav-width: 200px !important;
}


/* WebKit and Opera browsers */ 
@-webkit-keyframes spinner {
	from 
	{ 
		-webkit-transform: rotateY(0deg); 
	} 
	to { 
		-webkit-transform: rotateY(-360deg); 
	} 
} 
/* all other browsers */ 
@keyframes spinner {
	from { 
		-moz-transform: rotateY(0deg); 
		-ms-transform: rotateY(0deg); 
		transform: rotateY(0deg); 
	} 
	to 
	{ 
		-moz-transform: rotateY(-360deg); 
		-ms-transform: rotateY(-360deg); 
		transform: rotateY(-360deg); 
	} 
}

/* MODAL OVERRIDE */
.modal .modal-header {
    display: flex;
    flex-direction: row;
    padding: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
	.modal-header>.modal-title {
		padding: 16px 24px;
		flex: 1;
	}
	.modal .modal-header .close {
		color: #999999;
		width: 52px;
		text-align: center;
	}
	.modal .modal-header .close i {
		font-size: 20px;
		margin: 0;
	}
.modal .modal-body {
	padding: 20px 26px;
	max-height: calc(100vh - 180px) !important;
    overflow: auto;
}
.modal-content .modal-body + .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

/* MAIN MENU OVERRIDE */
.sidebar .nav li.active > a, .off-canvas-sidebar .nav li.active > a {
    background-color: rgba(200, 200, 200, 0.2);
    border: 1px solid #fff;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

/* FONTAWESOME FONT OVERRIDE */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: 'Font Awesome 5 Free';
}

/* SELECTPICKER OVERRIDE */
.dropdown-toggle.bs-placeholder {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: none;
}

/* DATATABLE OVERRIDE */
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
	font-size: 18px;
    text-align: center;
    padding: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
    justify-content: center;
    align-items: center;
}
	div.dataTables_wrapper div.dataTables_processing i {
		margin-right: 8px;
	}
.datatable_action_container {
	display: inline-block;
	vertical-align:initial;
	margin-left: 8px;
}

.dataTable>thead>tr>th {
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.dataTables_paginate .paginate_page, .dataTables_paginate .paginate_of {
    display: inline-block;
    vertical-align: top;
    background-color: #eee;
    padding: 0 8px;
    border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
    line-height: 34px;
    color: #999;
}
.dataTables_paginate .paginate_input {
    width: 80px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 32px;
}

.dataTables_paginate.paging_input .paginate_button {
	display: inline-block;
    border: 1px solid #ddd;
    transition: all .3s;
    padding: 0px 14px;
    min-width: 30px;
    line-height: 34px;
    color: #999999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
}
	.dataTables_paginate.paging_input .paginate_button.first {
		border-right: 0;
	}
	.dataTables_paginate.paging_input .paginate_button.last {
		border-left: 0;
	}
	.dataTables_paginate.paging_input .paginate_button.disabled {
		opacity: 0.5;
		cursor: no-drop;
	}

/* OVERRIDE Z-INDEX OVERLAY VARI */
.modal {
    z-index: 10050;
}
	.modal .modal-dialog {
		margin-top: 20px;
	}
	.modal-backdrop {
		z-index: 10040;
	}
.sweet-overlay {
    z-index: 19000;
}
.sweet-alert {
    z-index: 20000;
}

/* SELECT2 OVERRIDE */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding: 0;
}
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		display: inline-flex;
		border-right: 0;
		width: fit-content;
		padding-left: 0;
	}
		.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
			padding: 2px 10px;
    		background-color: #f5f5f5;
		}
		.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
			cursor: pointer;
			position: relative;
			background-color: #fde7e7;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
			border-left: 1px solid #d73531;
			color: #d73531;
			width: 24px;
		}
		.select2-container--default .select2-selection--multiple .select2-selection__choice__move {
			background-color: #f2f7ff;
			border: none;
			border-right: 1px solid #5897fb;
			color: #5897fb;
			cursor: pointer;
			font-size: 1em;
			font-weight: bold;
			padding: 0 4px;
			position: relative;
		}
			li.select2-selection__choice:first-of-type>.select2-selection__choice__move[data-action='up'] {
				display: none;
			}
			li.select2-selection__choice:last-of-type>.select2-selection__choice__move[data-action='down'] {
				display: none;
			}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d2d2 !important;
}