@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)));
}

body {
	font-size: 13px;
	overflow: hidden;
}
.block {
    display: block;
}
button>i {
	margin-right: 8px;
}
	button#minimizeSidebar>i {
		margin-right: 0;
	}
button>i.right {
	margin-left: 8px;
    margin-right: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

.btn-sm>i {
    font-size: 16px;
}

.sidebar .logo, .off-canvas-sidebar .logo {
    padding: 13px 16px;
}
.off-canvas-sidebar .logo img, .sidebar .logo img {
    max-height: 26px;
}
.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;
}

.main-panel, .perfect-scrollbar-on .main-panel, .sidebar .sidebar-wrapper, .perfect-scrollbar-on .sidebar .sidebar-wrapper {
    overflow: hidden !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-footer {
    height: 37px;
}
.card .card-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.off-canvas-sidebar, .sidebar {
    z-index: 10001;
    overflow-x: hidden;
    overflow-y: auto;
}
	.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
		height: auto;
		border-top: 1px solid #eee;
	}
		.sidebar .sidebar-wrapper .nav {
			margin-top: 10px;
		}

.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);
	}
label.control-label {
    color: #999 !important;
}

.label {
	display: inline-block;
	font-size: 13px;
}

.label.fw {
	display: block;
}
span.label>i {
    margin-right: 8px;
}
a.btn>i {
    margin-right: 8px;
}
.dataTable .btn {
    margin: 0;
}
.btn-orange {
    background-color: #f59200 !important;
}

.dataTable th {
    font-size: 13px !important;
    font-weight: bold !important;
}

.color-green {
    color: #10c469;
}

.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;
}
.alert.alert-with-icon {
    margin-top: 20px;
    padding-left: 66px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    min-width: 200px;
}
.input-note {
    display: block;
    color: #999;
    font-size: 11px;
}
.form-group {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}
.form-group select {
    appearance: auto;
    cursor: pointer;
    background-color: #f0f0f0 !important;
	padding: 9px 12px;
}
textarea:disabled {
    background-color: #f0f0f0 !important;
}

.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;
	}
.metadata-container .action-container {
    position: relative;
    padding: 0 20px;
}
	.metadata-container .action-container .btn {
		display: block;
		width: 100%;
	}
.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;
}

/* 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 - 170px);
}
.login-page .card-login {
    padding-bottom: 0;
}
.card-login .card-content {
    padding: 10px 20px;
}
.login-page .card-login .card-header {
    margin-top: 0px;
    margin-bottom: 0;
}
.login-page .card-login .card-body {
    padding: 10px 0;
	position: relative;
	overflow: hidden;
}
loader {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2196f3;
    font-weight: 500;
}
	loader>i {
		font-size: 22px;
		color: #2196f3;
		margin-right: 10px;
	}
#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%);
}

#wrapper-login .login-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#wrapper-login .login-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	#wrapper-login .login-page .login-container {
		z-index: 101;
	}

#resend_otp {
    display: none;
    color: #f90;
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
	padding: 10px;
	cursor: pointer;
}

.data-loader {
	opacity: 0.7;
}

.categoryActiveToggle, .userActiveToggle {
	font-size: 42px;
	cursor: pointer;
}

#userFormLivelloDescrContainer {
	font-size:14px;
}

/* FLEX */
.flex-cont {
	display: flex;
}
		.flex-cont.flex-column {
			flex-direction: column;
		}
		.flex-cont.flex-row {
			flex-direction: row;
		}
	.flex-cont>.flex-col {
		flex: 1;
	}
	

/* OVERLAY */
.overlay-column {
    background-color: #f9f9f9;
}

.overlay-spalla {
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}
	.overlay-spalla>.user-exam {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ddd;
		background-color: #f6f6f6;
	    transition: all linear 0.2s;
		padding: 12px 20px;
		position: relative;
	}
			.overlay-spalla>.user-exam:nth-child(odd) {
				background-color: #f0f0f0;
			}
		.overlay-spalla>.user-exam:hover {
			background-color: #fff;
			cursor: pointer;
		}
		
		.overlay-spalla>.user-exam.active {
			box-shadow: inset 0 0 6px -1px rgb(0 0 0 / 30%);
			background-color: rgb(95 168 238 / 20%);
			border-top-color: #ccc;
			border-left: 8px solid #5fa8ee;
		}
			.overlay-spalla>.user-exam:before {
				position: absolute;
				font-size: 22px;
				right: 30px;
				top: calc(50% - 10px);
				line-height: 20px;
				font-family: "FontAwesome";
				font-weight: 900;
				content: "\f054";
				color: #5fa8ee;
				opacity: 0;
				transition: all 0.15s linear;
			}
			.overlay-spalla>.user-exam.active:before {
				right: 10px;
				opacity: 1;
			}

	#examModalContentDx {
		height: 100%;
		overflow: auto;
	}
		.exam-question-container {
			position: relative;
			border-top: 1px solid #fff;
			background-color: #ddd;
			border-bottom: 1px solid #ccc;
			padding: 14px 20px;
			transition: all 0.15s linear;
		}
			.exam-question-container:nth-child(odd) {
				background-color: #f6f6f6;
			}

			.exam-question-container.corrected:before {
				content: "\f00c";
				font-family: "FontAwesome";
				font-weight: 900;
				line-height: 20px;
				position: absolute;
				z-index: 10000000;
				right: 6px;
				top: 6px;
				color: #fff;
				font-size: 14px;
				text-align: center;
				width: 20px;
				height: 20px;
				background-color: #4caf50;
				border-radius: 20px;
			}
				.exam-question-container.corrected_all:before {
					content: "\f560";
					font-family: "FontAwesome";
					font-weight: 900;
					line-height: 20px;
					position: absolute;
					z-index: 10000000;
					right: 6px;
					top: 6px;
					color: #fff;
					font-size: 14px;
					text-align: center;
					width: 20px;
					height: 20px;
					background-color: #4caf50;
					border-radius: 20px;
				}

	#examModal .overlay-body {
		border-top: 1px solid #ddd;
	}

	.emptyContentDx {
		text-align: center;
		padding: 20px;
		color: #666;
	}

	.criteri-riepilogo-container {
		/*text-align: right;*/
		width: calc(100% - 280px);
	}
		.criteri-riepilogo-container .label {
			margin-bottom: 5px;
		}
	.avanzamento-riepilogo-container {
		width: 280px;
		border-right: 1px solid #ddd;
	}
		.avanzamento-riepilogo-container .label {
			margin: 2px;
		}

	.exam-question {
		cursor:pointer;
	}
	.exam-question:hover {
		backgroun-color:#f0f0f0;
	}

.punteggi_criteri_container {
    flex: 1;
}
	.punteggi_criteri_container.pesati {
		padding: 10px;
		flex: 1;
		border: 4px solid #fff;
		background-color: #f0f0f0;
		text-align: center;
		box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
	}
	.punteggi_domanda_container {
		padding: 10px;
		flex: 1;
		border: 4px solid #fff;
		background-color: #f0f0f0;
		text-align: center;
		box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
	}

.punteggi_criteri_container .subtitle {
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.punteggi_criteri_container label {
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
	width: 80px;
}
.punteggi_criteri_container input {
    background-color: #fff !important;
	text-align: center;
	margin-top: 0;
    width: 50px;
    display: inline-block;
    border: 1px solid #ddd;
}
.punteggi_criteri_container textarea {
    background-color: #fff;
}

	.punteggi_criteri_container .criterio_input_container {
		display: flex;
	}
		.criterio_input_container>span {
			display: block;
			background-color: #ddd;
			flex: 1;
			color: #666;
			line-height: 36px;
			text-align: center;
			font-size: 12px;
		}

.commissari_content {
    padding: 10px 20px;
    margin-top: 4px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.overlay_loader {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000001;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
	.overlay_loader>i {
		position: absolute;
		left: calc(50% - 12px);
		top: calc(50% - 12px);
		font-size: 42px;
		opacity: 0.7;
	}
		.overlay_loader>i.loaded {
			color: #4caf50;
		}
		.overlay_loader.loading>i.loaded {
			display:none;
		}
		.overlay_loader.loaded>i.loader {
			display:none;
		}

#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: 101;
	
    left: 100%;
    opacity: 0.5;
    transition: all 0.6s cubic-bezier(0.5, 0.01, 0.44, 0.99);
	visibility: hidden;
}

#esami_datatables button {
    display: block;
    margin: 6px 0;
    width: 100%;
}

.overlay-footer .btn-md {
    padding: 12px 36px !important;
}
.overlay-title {
    border-left: 4px solid #2196f3;
    padding-left: 12px;
    color: #2196f3;
    margin-bottom: 20px;
}
		.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: auto;
		background-color: #fff;
		padding: 20px 30px;
	}
		.overlay-container .overlay-body.fit {
			padding: 0;
		}
	.overlay-container .overlay-footer {
		height: 63px;
		padding: 0 20px;
		border-top: 1px solid #ddd;
	}
	.overlay-header {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 20px;
	}
			.overlay-header.blue {
				background-color: #2196f3;
			}
			.overlay-header.white {
				background-color: #fff;
			}
			.overlay-header .close_overlay {
				cursor: pointer;
				font-size: 20px;
			}
		.overlay-action-container {
			float: right;
		}
			.overlay-action {
				display: inline-block;
				vertical-align: middle;
				cursor: pointer;
				opacity: 0.8;
				width: 32px;
				transition: opacity 0.15s linear;
			}
				.overlay-action:hover {
					opacity: 1;
				}

		.metadata-container,.docs-embed-container {
			display: inline-block;
			vertical-align: top;
			position: relative;
			background-color: #fff;
			height: calc(100% - 30px);
			box-sizing: border-box;
			margin: 20px;
			box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
		}
		.metadata-container {
			width: 360px;
			padding: 0;
			overflow: auto;
		}
		.docs-embed-container {
			width: calc(100% - 420px);
			margin-left: 0;
			padding: 0;
			text-align: center;
		}
	#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;
	}

.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: #4caf50;
    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%;
}


.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);
		}

input.error {
    border-color: #F44336;
}
input.success {
    border-color: #4CAF50;
}

/* 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);}


/* 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;
}

/* overlay draggable / resizable*/
.popup {
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  min-height: 150px;
  min-width: 300px;
}

/*Drgable */

.popup {
	position: absolute;
	/*resize: both; !*enable this to css resize*! */
	overflow: auto;
	z-index: 100001;
	display: none;
    flex-direction: column;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	border: 0;
	width: 460px;
	height: 380px;
	max-width: calc(100% - 20px);
	top: 170px;
	left: 30px;
	border-radius: 3px;
}
	.popup.active {
		display: flex;
	}

.popup-header {
	height: 40px;
	padding: 10px;
	cursor: move;
	z-index: 10;
	background-color: #2196f3;
	color: #fff;
}
	.popup-header>.closeNote {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 24px;
		padding: 0 10px;
		line-height: 40px;
		cursor: pointer;
	}
.popup-body {
    flex: 1;
    padding: 10px;
    position: relative;
}
	#note_esame {
		width: 100%;
		height: 100%;
		border: 1px solid #ddd;
	}
.popup-action {
    border-top: 1px solid #ddd;
}

/*Resizeable*/

.popup .resizer-right {
	width: 10px;
	height: 100%;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: e-resize;
}

.popup .resizer-bottom {
	width: 100%;
	height: 10px;
	background: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: n-resize;
}

.popup .resizer-both {
	width: 10px;
	height: 10px;
	background: transparent;
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: nw-resize;
}

/*NOSELECT*/

.popup * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

/* 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); 
	} 
}
