:root {

	/* tema */
	--sp-theme-primary-color: #f16101;
	--sp-theme-primary-hover-color: #f16101;
	--sp-theme-secondary-color: #022c46;
	--sp-theme-secondary-hover-color: #022c46;

	/* footer */
	--sp-footer-background-color: var(--sp-theme-secondary-color);
	--sp-footer-logo-background-container: #0a142b;

	/* barra navigazione operatori */
	--sp-navbar-operatori-background-color: var(--sp-theme-primary-color);
	--sp-navbar-operatori-hover-color: var(--sp-theme-primary-hover-color);

	/* buttons */
	--sp-thm-btn-background-color: var(--sp-theme-primary-color);
	--sp-thm-btn-border-color: var(--sp-theme-primary-hover-color);
	--sp-thm-btn-hover-background-color: var(--sp-theme-primary-hover-color);
	--sp-thm-btn-hover-border-color: var(--sp-theme-primary-hover-color);

	/* text */
	--sp-link-color: var(--sp-theme-primary-color);
	--sp-text-hover-color: var(--sp-theme-primary-color);

}

/* ----- COMMON ----- */

body {
	color: #012237;
	font-size: 16px;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #012237;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: .5rem;
}


.white-space-pre-wrap {
	white-space: pre-wrap;
}

.not-translated {
	opacity: 0.5;
}

.template {
	display: none;
}


.fs-16px { font-size: 16px; }
.fs-32px { font-size: 32px; }

.lh-16px { line-height: 16px; }
.lh-32px { line-height: 32px; }

.pl-10px { padding-left: 10px; }
.pr-10px { padding-right: 10px; }

li.no-list-style {
	list-style: none;
}

/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
*/




/* ----- UTILITIES ----- */

/* ----- section container widths -----*/

@media (min-width: 576px) {
	.section-wider > .container {
		max-width: 680px;
	}
}
@media (min-width: 768px) {
	.section-wider > .container {
		max-width: 880px;
	}
}
@media (min-width: 992px) {
	.section-wider > .container {
		max-width: 1120px;
	}
}
@media (min-width: 1200px) {
	.section-wider > .container {
		max-width: 1720px;
	}
}
.section-closer > .container {
	max-width: 600px;
}

/* ----- list columns ----- */

@media (min-width: 768px) {
	.column-count-md-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (min-width: 1200px) {
	.column-count-xl-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

/* ----- callouts ----- */

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}




/* ----- ANIMATE CSS  ----- */

/* ----- animate.css extensions ----- */

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}




/* ----- BOOTSTRAP ----- */

/* ----- bootstrap overrides ----- */

.btn.disabled,
.btn:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.table-sm td {
	vertical-align: middle;
	padding: 0.4rem
}
.table tr {
	height: 40px;
	line-height: 26px;
}
.table td,
.table th {
	padding: .4rem;
	/*vertical-align: middle;*/
}
.table tr:hover .table-success {
	background-color: #b1dfbb;
}
.table tr:hover .table-warning {
	background-color: #ffe8a1;
}
.table tr:hover .table-danger {
	background-color: #f1b0b7;
}
.table tr.tr-collapse + tr,
.table tr.tr-collapse + tr tr {
	height: auto;
}
.table tr.tr-error {
	height: auto;
	line-height: 1em;
}
.table tr.tr-error td {
	border-top: none;
	padding-top: 0;
}

.bg-success a,
.bg-danger a {
	color: #fff !important;
}

.custom-control-input:disabled~.custom-control-label {
	opacity: 0.6;
}

.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
	background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
}

/* ----- bootstrap extensions ----- */

.w-1 {
	width: 1%;
}
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.w-60 {
	width: 60%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.w-90 {
	width: 90%;
}

.overflow-scroll {
	overflow: scroll;
}

.table .tfoot-light td {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.table-disabled * {
	cursor: not-allowed;
}

.badge-light {
	border: 1px solid #ddd;
}
.badge-lg {
	font-size: 90%;
	padding: .4em .6em;
}

.alert.alert-bold-highlight p > b {
	font-size: 90%;
	padding: .4em .6em;
	color: #212529;
	background-color: rgba(255,255,255,0.6);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}
.alert p:last-child {
	margin-bottom: 0;
}

.alert .h1,
.alert .h2,
.alert .h3,
.alert .h4,
.alert .h5,
.alert .h6 {
	color: inherit;
}

.alert .alert-caption {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
.alert .alert-caption ~ .alert-caption {
	margin-top: 20px;
}

.badge-disabled {
	color: #fff;
	background-color: #6c757d;
	opacity: 0.5;
}


@media (max-width: 1599.98px) {
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		padding-right:0;
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xxl {
		-ms-flex-flow:row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xxl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}




/* ----- JQUERYUI ----- */

/* ----- jqueryUI overrides ----- */

.ui-datepicker {
	z-index: 2000 !important;
}
.ui-datepicker select, .ui-datepicker button {
	padding: 3px;
	display: inline-block;
	height: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	padding: 3px 6px;
	height: auto;
}

.ui-sortable > li {
	font-size: 13px;
	list-style: none;
	cursor: grab;
}
.ui-sortable > li > i {
	opacity: 0;
}
.ui-sortable > li:hover {
	background-color: rgb(249, 249, 249);
}
.ui-sortable > li:hover > i {
	color: #012237;
	opacity: 1;
}
.ui-sortable-placeholder {
	background-color: lightgray;
	min-height: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.2em;
}
.ui-sortable-helper:hover {
	cursor: grabbing;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden; /* prevent horizontal scrollbar */
}




/* ----- JQUERY CHOOSEN ----- */

/* ----- chosen overrides ----- */

.chosen-container-single .chosen-single {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
	outline: none;
	width: 100%;
	display: block;
	background: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
	background-clip: border-box;
	height: 38px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 0;

	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	box-shadow: none;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
	font-weight: inherit;
	color: inherit;
}
.chosen-single {
	opacity: 0;
}
.chosen-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	max-height: 100%;
	opacity: 0;
}
.chosen-shown {
	position: absolute;
	top: 0;
	bottom: 0;
	max-height: 100%;
}




/* ----- VEX ----- */

/* ----- vex overrides ----- */

.vex-dialog-message h2 {
	font-size: 20px;
	font-weight:700;
	margin-bottom: 10px;
}

.vex-dialog-message p {
	line-height: 1.5em;
}

.vex .vex-dialog-buttons .vex-dialog-button {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	padding: 8px 16px;
	border-radius: 0;
}
.vex .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
	color: #fff;
	background-color: #6c757d;
	border: 1px solid #6c757d;
}
.vex .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
	color: #212529;
	background-color: #f8f9fa;
	border: 1px solid #ccc;
}

.vex .vex-dialog-buttons .vex-dialog-button.btn.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border: 1px solid #6c757d;
}
.vex .vex-dialog-buttons .vex-dialog-button.btn.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border: 1px solid #ccc;
}

.vex .vex-dialog-buttons .vex-dialog-button.thm-btn {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: var(--sp-thm-btn-background-color);
	line-height: 24px;
	padding: 6px 24px;
	border: 1px solid var(--sp-thm-btn-border-color);
}
.vex .vex-dialog-buttons .vex-dialog-button.thm-btn.thm-btn-white {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #ccc;;
}




/* ----- FULLCALENDAR ----- */

.fc-event-container a:not([href]):not([tabindex]) {
	color: #fff;
}

.fc-time-grid .fc-slats td {
	height: 2.8em;
	border-bottom: 0; /* each cell is responsible for its top border */
}


/* ----- JSTREE ----- */

/* ----- file list ----- */

.jstree-list.list-files .fa,
.jstree-list.list-files .fas,
.jstree-list.list-files .far {
	font-size: 20px;
	color: #6c757d;
}
.jstree-list.list-files .fa-folder,
.jstree-list.list-files .fa-folder-open {
	color: #f8d775;
}
.jstree-list.list-files .jstree-leaf .btn {
	margin-left: 20px;
}




/* ----- JQUERY TAGS INPUT ----- */

/* ----- jquery-tags-input overrides -----*/

.bootstrap-tagsinput {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
	outline: none;
	width: 100%;
	display: block;
	background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
	background-clip: border-box;
	min-height: 38px;
	line-height: 26px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 0;
	box-shadow: none;
}




/* ----- MAIN THEME ----- */

.preloader {
	background-image: none;
}
.preloader > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inner-banner {
	background-image: none;
	background-color: #526673;
	background-size: cover;
	background-position: center center;
	background-attachment: unset;
}
.inner-banner.inner-banner__no-bg {
	background-image: none;
	background-color: transparent;
}
.inner-banner.inner-banner__no-bg.inner-banner::before {
	background-color: #fff;
}
.inner-banner .container {
	min-height: 400px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: left;
}
.inner-banner.inner-banner__no-bg .container {
	min-height: 150px;
	padding-bottom: 0px;
}
.inner-banner .inner-banner__content {
	margin-top: auto;
	margin-bottom: auto;
}
.inner-banner .inner-banner__title {
	font-size: 32px;
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
}
.inner-banner.inner-banner__cat .thm-breadcrumb {
	color: #fff;
}
.inner-banner.inner-banner__cat .inner-banner__title {
	text-align: left;
}
.inner-banner .inner-banner__text {
	color: #ffffff;
	font-size: 17px;
	line-height: 22px;
}
.inner-banner .inner-banner__text .editor {
	color: #ffffff !important;
}
.inner-banner.inner-banner__no-bg .inner-banner__title,
.inner-banner.inner-banner__no-bg .inner-banner__text {
	color: #012237;
}
@media (min-width: 1200px) {
	.inner-banner.inner-banner__cat .inner-banner__text > .row > .col-12 {
		padding-right: 375px;
	}
}

.post-pagination a.prev,
.post-pagination a.next {
	border-radius: 30px;
}

/*----- main theme breadcrumbs  -----*/

.thm-breadcrumb {
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: auto;
}
.inner-banner.inner-banner__no-bg .thm-breadcrumb {
	color: #012237;
}
.thm-breadcrumb li,
.thm-breadcrumb li a {
	font-size: 12px;
}
.inner-banner.inner-banner__no-bg .thm-breadcrumb li a {
	color: #012237;
}

.block-title__title {
	font-size: 32px;
}

/*----- main theme forms override -----*/
/* start TODO: vedere cosa si rompe commentando le seguenti regole
input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
    outline: none;
    width: 100%;
    display: block;
    background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
	background-clip: border-box;
    height: 40px;
    padding-left: 19px;
    padding-right: 19px;
	border-radius: 0;
}
input[type=file] {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
}
input:disabled,
input[readonly] {
    background-color: #c9cccf;
}
//* end TODO */

/*----- main theme buttons override -----*/

.btn {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 16px;
	border-radius: 0;
	text-wrap: nowrap;
}
* > .btn:not(:last-of-type) {
	mergin-left: 0;
	margin-right: 5px;
}

.btn-warning {
	color: #fff;
}
.btn-label {
	padding-left: 8px;
}
.thm-btn {
	text-align: center;
	line-height: 24px;
	padding: 6px 24px;
	background-color: var(--sp-thm-btn-background-color);
	font-weight: 600;
	border: 1px solid var(--sp-thm-btn-border-color);
}
.thm-btn:hover {
	color: #fff;
	background-color: var(--sp-thm-btn-hover-background-color);
}
.thm-btn + .thm-btn {
	margin-left: 5px
}
.thm-btn-small {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	padding: 4px 8px;
}
.thm-btn-green {
	background-color: #2da397;
	border-color: #c82333;
}
.thm-btn-green:hover {
	background-color: #238278;
	border-color: #238278;
}
.thm-btn-red {
	background-color: #dc3545;
	border-color: #c82333;
}
.thm-btn-red:hover {
	background-color: #c82333;
}
.thm-btn-white {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #ccc;
}
.thm-btn-white:hover {
	color: #212529;
	background-color: #e2e6ea;
}
.thm-btn .badge {
	background-color: rgba(255,255,255,0.4);
}

.table .thm-btn-small {
	margin: 5px 0;
}

/* ----- badges ----- */

.thm-badge {
	font-size: 14px;
	color: #fff;
	background-color: var(--sp-thm-btn-background-color);
	padding: .25em .5em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.thm-badge:hover {
	color: #fff;
	background-color: var(--sp-thm-btn-hover-background-color);
}




/* ----- HEADER ----- */

.site-header__header-two .header-navigation .container .logo-box {
	width: auto;
}
.main-logo {
	height: 80px;
}
.navigation-content {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 15px;
}
.header__search-form {
	min-width: 280px;
	max-width: 380px;
	height: 52px;
	margin-left: 0px;
}
.header__search-form input {
	font-size: 16px;
	font-weight: 400;
	border: none;
	height: 52px;
	padding-left: 20px;
}
.header__search-form button[type=submit] {
	width: 40px;
	height: 40px;
	background-color: transparent;
	color: var(--sp-text-hover-color);
}
.header__search-form button[type=submit]::before {
	content: unset;
}
.header__search-form button[type=submit]:hover {
	color: #012237;
}
.header__search-form button > i {
	font-size: 24px;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.header__search-form {
		display: block;
	}
}

.header__account a {
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	font-size: 16px;
	font-weight: 500;
	color: #81868a;
	position: relative;
}
.header__account a:hover {
	color: var(--sp-text-hover-color);
}
.header__account a + a {
	padding-left: 40px;
}
.header__account i {
	padding-right: 8px;
}
.header-navigation .flag {
	width: 42px;
}
.header-navigation ul.navigation-box > li > a {
	cursor: pointer;
	font-size: 16px;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
	color: var(--sp-text-hover-color);
}

.header-navigation ul.navigation-box > li > .sub-menu__category {
	background-color: #fff;
	padding: 20px;
	border: none;
}
.header-navigation ul.navigation-box > li > .sub-menu__category ul > li {
	margin: 5px 0;
}
.header-navigation ul.navigation-box > li > .sub-menu__category ul > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #012237;
	vertical-align: middle;
}
.header-navigation ul.navigation-box > li > .sub-menu__category ul > li {
	vertical-align: middle;
}
.header-navigation .sub-menu__category .sub-menu__category_icon {
	height: 27px;
	margin-right: 12px;
}

.header-navigation ul.navigation-box > li > .sub-menu__locale {
	background-color: #fff;
	padding: 0 20px;
	margin: 0;
	border: none;
}
.header-navigation ul.navigation-box > li > .sub-menu__locale ul > li {
	margin: 5px 0;
}
.header-navigation ul.navigation-box .menu-locale .link-locale {
	display: block;
	height: 100%;
	color: #81868a;
}
.header-navigation ul.navigation-box .menu-locale ul > li:hover .link-locale {
	color: var(--sp-text-hover-color);
}
.header-navigation ul.navigation-box .menu-locale .link-locale span {
	margin: 0 4px 0 10px;
}

@media (min-width: 992px) {
	.header-navigation .navigation-content {
		padding-left: calc((100% - 1300px) / 2);
	}
	.header-navigation ul.navigation-box {
		margin: 0 5px;
	}
	.header-navigation .navigation-search {
		margin-left: auto;
		margin-right: 24px;
	}
	.site-header__header-two .header-navigation ul.navigation-box > li {
		padding: 38px 0;
	}
	.header-navigation ul.navigation-box > li > .sub-menu {
		border: none;
	}
	.header-navigation ul.navigation-box > li > .sub-menu__category,
	.header-navigation ul.navigation-box > li > .sub-menu__locale {
		min-width: 640px;
		left: -20px;
	}
	.header-navigation ul.navigation-box > li > .sub-menu__locale {
		margin-top: -36px;
	}
	.header-navigation ul.navigation-box > li > .sub-menu__category::before,
	.header-navigation ul.navigation-box > li > .sub-menu__locale::before  {
		content: ' ';
		width: 100%;
		height: 10px;
		position: absolute;
		top: -8px;
		left: 0;
		background-color: #fff;
	}
	.header-navigation ul.navigation-box > li > .sub-menu__category ul > li:hover > a,
	.header-navigation ul.navigation-box > li > .sub-menu__locale ul > li:hover > a {
		color: var(--sp-text-hover-color);
		background: #fff;
	}
	.site-header__header-two .header-navigation ul.navigation-box > li + li {
		margin-left: 40px;
	}
	.site-header__header-two .header-navigation ul.navigation-account > li + li {
		margin-left: 24px;
	}
}

@media (max-width: 1199px) {
	.header-navigation .container .logo-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 15px !important
	}
	.header-navigation .container .logo-box .navbar-brand {
		padding: 10px 0;
	}
	.header-navigation .container .menu-toggler {
		float: none !important;
		margin: 10px 0;
	}
	.header-navigation .main-navigation {
		background-color: #fff;
	}
	.header-navigation .main-navigation .navigation-content {
		display: block;
		max-width: 100%;
	}
	.header-navigation ul.navigation-box > li > a, .header-navigation .right-box.nav > li > a {
		color: #81868a;
	}
	.header-navigation ul.navigation-box > li + li {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.header-navigation ul.navigation-box li a .sub-nav-toggler {
		width: 100%;
		left: 0;
	}
	.header-navigation .navigation-search {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header__search-form {
		display: block;
		max-width: 100%;
	}
	.header-navigation .submenu ul > li.current > a,
	.header-navigation .submenu ul > li:hover > a {
		color: var(--sp-text-hover-color);
	}
	.header-navigation ul.navigation-box .menu-locale .dropdown-toggle {
		display: none;
	}
	.header-navigation ul.navigation-box .menu-locale .dropdown-menu {
		display: block;
		margin: 10px 0;
	}
	.header-navigation ul.navigation-box .menu-locale .dropdown-menu ul {

	}
	.header-navigation ul.navigation-box .menu-locale .dropdown-menu ul > li {
		display: inline-block;
		margin-right: 5px;
	}
}

@media (max-width: 991.98px) {
	.main-logo {
		max-height: 40px;
	}
}




/* ----- FOOTER ----- */

.site-footer {
	color: #94a3ac;
}
.site-footer h2 {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 26px;
}
.site-footer a {
	color: var(--sp-link-color);
}
.site-footer__logo-container {
	background-color: var(--sp-footer-logo-background-container);
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #fff;
	border-top: 5px solid var(--sp-theme-primary-color);
}
.site-footer .footer-widget {
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-widget__link-list li {
	line-height: 14px;
}
.footer-widget__link-list li + li {
	margin-top: 15px;
}
.footer-widget__link-list li a:hover {
	color: var(--sp-text-hover-color);
}
.footer-widget__about {
	line-height: 22px;
}
.site-footer__social {
	padding-left: 20px;
}
.site-footer__developer {
	position: relative;
}
.site-footer__developer a {
	font-size: 15px;
}
@media (max-width: 1199.98px) {
	.site-footer__upper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.site-footer .footer-widget {
		padding: 15px 0;
		margin-top: 0;
	}
	.site-footer footer-widget__about {
		padding-bottom: 0;
	}
}




/* ----- BARRA NAVIGAZIONE OPERATORI ----- */

#navbar-operatori {
	background-color: var(--sp-navbar-operatori-background-color);
	padding: 0;
}
#navbar-operatori li {
	text-transform: uppercase;
}
#navbar-operatori .nav-link,
#navbar-operatori .dropdown-item {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	padding: 12px 24px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#navbar-operatori .nav-link:hover,
#navbar-operatori .nav-item.dropdown.show .nav-link {
	background-color: var(--sp-navbar-operatori-hover-color);
}
#navbar-operatori .dropdown-menu {
	margin: 0;
	padding: 0;
	background-color: var(--sp-navbar-operatori-background-color);
	border: none;
	border-radius: 0;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2)
}
#navbar-operatori .dropdown-item:focus,
#navbar-operatori .dropdown-item:hover {
	background-color: rgba(0,0,0,0.1);
}
#navbar-operatori .dropdown-toggle::after {
	margin-left: 0.5rem;
}
@media (min-width: 992px) {
	#navbar-operatori .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}
	/* TODO start: show submenu on hover */
	/*
	#navbar-operatori .nav-item .dropdown-menu {
		opacity: 0;
	}
	#navbar-operatori .nav-item:hover .dropdown-menu {
	  opacity: 1;
	  visibility: visible;
	}
	*/
	/* TODO end: show submenu on hover */
}




/* ----- HOME ----- */

#home-slider.banner-two .container {
	color: #012237;
	padding-top: 55px;
	padding-bottom: 40px;
}
#home-slider .banner-two__title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #012237;
}
#home-slider .banner-two__caption {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 20px;
}
#home-slider .banner-two__text {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
#home-slider .banner-two__slide {
	text-align: left;
	min-height: 400px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#home-slider p {
	font-family: "Poppins";
	font-size: 15px;
	text-decoration: none;
	color: #012237;
	margin-bottom: 15px;
}
#home-slider .thm-btn {
	font-weight: 600;
	color: #fff;
	background-color: #012237;
	border-color: #012237;
}
#home-slider .thm-btn:hover {
	background-color: var(--sp-thm-btn-hover-background-color);
	border-color: var(--sp-thm-btn-hover-border-color);
}

@media (min-width: 992px) {
	#home-slider .banner-two__bg-white {
		width: 35%;
		height: 100%;
		background-color: white;
		position: absolute;
		left: 0;
		top: 0;
	}
	#home-slider .banner-two__bg-white-spike {
		content: ' ';
		width: 0;
		height: 0;
		border-top: 300px solid transparent;
		border-bottom: 300px solid transparent;
		border-left: 300px solid white;
		position: absolute;
		left: 35%;
		top: 0;
		z-index: 1;
	}
	#home-slider .banner-two__slide {
		background-position:right -100px top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		position: relative;
	}
	#home-slider .owl-item .container {
		position: relative;
		z-index: 100;
	}
}
@media (min-width: 1200px) {
	#home-slider .banner-two__bg-white {
		width: 40%;
	}
	#home-slider .banner-two__bg-white-spike {
		left: 40%;
	}
	#home-slider .banner-two__slide {
		background-position: right -50px top;
	}
}
@media (min-width: 1600px) {
	#home-slider .banner-two__slide {
		background-position: right top;
	}
}
@media (min-width: 1920px) {
	#home-slider .banner-two__slide {
		background-size: 65% auto;
		background-position: right center;
	}
}
@media (max-width: 991.98px) {
	#home-slider .banner-two__slide {
		padding-top: 32%;
		background-size: 100% auto;
		background-position: top;
	}
}
@media (max-width: 767.98px) {
	#home-slider .banner-two__slide {
		padding-top: 30%;
	}
}
@media (max-width: 575.98px) {
	#home-slider .banner-two__slide {
		padding-top: 28%;
	}
}

#home-boxes .home-boxes__carousel .owl-stage {
	display: flex;
}
#home-boxes .home-boxes__carousel .owl-item {
	display: flex;
}
#home-boxes .cta-two__single {
	padding: 40px 180px 40px 120px;
	min-height: 240px;
}
#home-boxes .cta-two__title {
	font-size: 22px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#home-boxes .cta-two__caption {
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#home-boxes .cta-two__title,
#home-boxes .cta-two__caption {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
#home-boxes .cta-two__caption {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
#home-boxes .cta-two__btn {
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #fff;
	background-color: transparent;
	margin-top: 20px;
	padding: 6px 14px;
}
#home-boxes .cta-two__btn:hover {
	background-color: #fff;
	color: #012237;
}
#home-boxes .box-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (min-width: 992px) {
	#home-boxes .cta-two__left-padd {
		padding-left: 120px;
	}
	#home-boxes .cta-two__right-padd {
		padding-right: 180px;
	}
}
@media (max-width: 576px) {
	#home-boxes .cta-two__single {
		padding: 40px 15px;
	}
}

#home-carousel-courses {
	padding: 60px 0 30px 0;
}
#home-carousel-courses .owl-carousel .owl-stage,
#home-carousel-courses .owl-carousel.owl-drag .owl-item,
#home-carousel-courses .owl-carousel.owl-drag .owl-item .item {
	display: -ms-flexbox;
	display: flex;
}

#home-carousel-categories.course-category-one {
	padding: 60px 0;
}
#home-carousel-categories .course-category-one__icon:before {
	content: none;
}
#home-carousel-categories .course-category-one__single {
	margin-bottom: 0;
}
#home-carousel-categories .course-category-one__icon {
	background-color: #fff;
}

#home-carousel-partners.brand-two {
	padding: 40px 0 60px 0;
}
#home-carousel-partners .block-title {
	margin-bottom: 30px;
}




/* ----- MODAL ----- */

.modal-header {
	border-bottom: 0px;
}
.modal-footer {
	border-top: 0px;
}
.modal h2 {
	color: #012237;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}
.modal .close {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding:20px;
}
.modal .btn {
	text-transform: uppercase;
	font-weight: 700;
}
.modal .btn-sm {
	padding: 4px 8px;
	font-size: 12px;
}
.modal .btn-secondary {
	border-color: #6c757d;
}
.modal .btn-light {
	color: #212529;
	border: 1px solid #ccc;
	cursor: pointer;
}
.modal .btn-cancel {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	/*padding: 8px 16px;*/
	background-color: transparent;
	border: 0;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.modal .btn-cancel:not(:disabled):not(.disabled):hover {
	opacity: .75;
}
.modal .modal-caption {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.modal .modal-form {
	width: 500px;
}
.modal pre {
	line-height: 1.6em;
	overflow: visible;
	margin: 0;
}




/* ----- DASHBOARD ----- */

/* ----- navigation ----- */

.control-nav-one {
	background-color: var(--sp-theme-secondary-color);
	padding: 25px 0 15px 0;
	margin: 0;
}
.control-nav-one h1 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.control-nav-one .breadcrumb {
	padding: 10px 0;
	margin: 0;
	background-color: var(--sp-theme-secondary-color);
	border-radius: 0;
}
.control-nav-one .breadcrumb .breadcrumb-item {
	font-size: 14px;
	color: #fff;
	line-height: 23px;
}
.control-nav-one .breadcrumb .breadcrumb-item a,
.control-nav-one .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
.control-nav-one .breadcrumb .breadcrumb-item a {
	font-weight: 600;
}
.control-nav-one .breadcrumb .breadcrumb-item a:hover {
	color: var(--sp-text-hover-color);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

/* ----- control panel ----- */

.control-panel-one {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 0;
	margin: 45px 0;
}
.control-panel-one.control-dash {
	padding-bottom: 30px;
}
.control-panel-one.section-dialog {
	padding: 15px 0;
}

/* ----- main panels ----- */

.control-panel-one__panel {
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}

.control-panel-one__panel-secondary {
	background-color: #f9f9f9;
}
.control-panel-one__title {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
}
.control-panel-one__title.closer-border {
	position: relative;
	border-bottom: none;
}
.control-panel-one__title.closer-border:after {
	content: ' ';
	position: absolute;
	border-bottom: 1px solid rgba(0,0,0,.1);
	left: 15px;
	right: 15px;
	display: block;
	bottom: 0;
}
.control-panel-one__caption {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 15px 0 8px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.control-panel-one__caption ~ .control-panel-one__caption {
	margin-top: 15px;
}
.control-panel-one__caption2 {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 5px 0;
}
.control-panel-one__text {
	font-size: 13px;
	color: #5b5b5b;
	font-weight: 400;
	display: block;
	padding: 5px 0;
}

.control-panel-one__nav-tabs {
	background-color: #e9ecef;
	position: relative;
	z-index: 1;
}
.control-panel-one__nav-tabs .nav-tabs {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.control-panel-one__nav-tabs .nav-link {
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	padding: 15px;
	border-top: none;
	border-left: none;
	background-color: transparent;
	border-radius: 0;
}
.control-panel-one__nav-tabs .nav-tabs .nav-link.active {
	font-weight: 700;
	color: #012237;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid transparent;
}
.control-panel-one__nav-tabs .nav-tabs .nav-link.danger {
	color: #a71d2a;
	font-weight: 700;
	padding-left: 32px;
	position: relative;
}
.control-panel-one__nav-tabs .nav-tabs .nav-link.danger i {
	font-size: 16px;
	position: absolute;
	left: 10px;
	top: 14px;
}
.control-panel-one__nav-tabs .nav-item:first-child .nav-link {
	border-left: none;
}

.control-panel-one__section {
	background-color: #fff;
	padding: 15px;
	position: relative;
	z-index: 2;
}

.control-panel-one__details > div {
	line-height: 25px;
	word-break: break-word;
}
.control-panel-one__details .label {
	font-size: 13px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.control-panel-one__details .value {
	font-size: 13px;
	font-weight: 500;
	color: #012237;
}

.control-panel-one__details .text-status {
	padding-left: 15px;
	font-size: 15px;
	font-weight: 500;
}
.control-panel-one__details .action-link {
	color: var(--sp-text-hover-color);
	font-weight: 700;
	text-decoration: underline;
}

.control-panel-one__nolist {
	padding-left: 0;
	list-style: none;
}
.control-panel-one__nolist.course-data li {
	padding: 5px 0;
}
.control-panel-one__nolist.course-data li i {
	font-size: 13px;
	margin-right: 8px;
	vertical-align: baseline;
}

.control-panel-one .table {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.control-panel-one .table.table-hover tr:hover {
	background-color: rgb(249, 249, 249);
}
.control-panel-one .table.table-no-hover tr:hover {
	background-color: inherit;
}
.control-panel-one .table th,
.control-panel-one .table th *,
.control-panel-one .table tfoot td,
.control-panel-one .table tfoot td * {
	font-weight: 600;
	color: #012237;
}
.control-panel-one .table th .text-muted,
.control-panel-one .table tfoot .text-muted {
	opacity: 0.6;
}
.control-panel-one .table th.th-asc a::before {
	content: '\f0d8';
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	padding-right: 4px;
}
.control-panel-one .table th.th-desc a::before {
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	padding-right: 4px;
}
.control-panel-one .table a {
	font-weight: 600;
}
.control-panel-one .table th a {
	line-height: 18px;
	display: inline-block;
	text-align: center;
}
.control-panel-one .table .thm-btn {
	margin: 4px 0;
}
.control-panel-one .table th.r-sep,
.control-panel-one .table td.r-sep {
	border-right: 2px solid #999;
	padding-right: 1.2rem;
}
.control-panel-one .table th.l-sep,
.control-panel-one .table td.l-sep {
	border-left: 2px solid #999;
	padding-left: 1.2rem;
}

.control-panel-one .tr-collapse + tr:hover {
	background-color: transparent;
}
.control-panel-one .tr-collapse + tr td {
	padding: 0;
	border: none;
}
.control-panel-one .tr-expand-link {
	margin-right: 15px;
}
.control-panel-one .tr-expand-link i {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.control-panel-one .tr-expand-link .collapsed {
	display: none;
}
.control-panel-one .tr-expand-link.collapsed .expanded {
	display: none;
}
.control-panel-one .tr-expand-link.collapsed .collapsed {
	display: block;
}
/*
.control-panel-one .tr-expand-link .fa:before {
	content: "\f077";
}
.control-panel-one .tr-expand-link.collapsed .fa:before{
	content: "\f078";
}
*/

.control-panel-one .div-expand-content {
	padding: 5px 10px;
}
.control-panel-one .div-expand-content li {
	padding: 0;
}

.control-panel-one .badge-percent {
	font-size: 12px;
	text-align: right;
	width: 50px;
	padding: 4px 8px;
	margin-right: 15px;
}

.control-panel-one .pagination {
	margin-top: 15px;
	margin-bottom: 0;
}
.control-panel-one .page-link {
	font-weight: 600;
}
.control-panel-one .page-link:hover {
	background-color: rgb(249, 249, 249);
}
.control-panel-one .page-item.active .page-link {
	color: #012237;
	font-weight: 600;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.control-panel-one .bs-callout {
	background-color: #fff;
}

.control-panel-one .alert {
	font-size: 14px;
	line-height: 22px;
	/*margin-bottom: 20px;*/
	border-radius: 0;
}
.control-panel-one .alert ul {
	padding: 5px 0px 5px 20px;
	margin: 0;
}

/* control panel filters */

.control-filter {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
}
.control-filter .btn {
	margin-bottom: 5px;
}
.control-filter a + a {
	margin-left: 0px;
}
.control-filter__left {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-right: auto;
}
.control-filter__right {
	display: flex;
	align-items: flex-end;
	margin-left: auto;
	flex-wrap: wrap;
}

/* ----- control rows -----*/

.control-pages {
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #012237;
}

.control-row {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px 0;
	color: #012237;
}

/* ----- control panel buttons -----*/

.control-panel-one .thm-btn {
	text-transform: uppercase;
}
.control-panel-one .btn {
	text-transform: uppercase;
	font-weight: 700;
}
.control-panel-one .btn-sm {
	padding: 4px 8px;
	font-size: 12px;
}
.control-panel-one .btn-secondary {
	border-color: #545b62;
}
.control-panel-one .btn-light {
	color: #212529;
	border: 1px solid #ccc;
	cursor: pointer;
}
.control-panel-one .btn-translation-locale {
	padding: 8px;
	line-height: 1em;
}
.control-panel-one table a.btn {
	font-weight: 700;
}
.control-panel-one .table .btn + .btn {
	margin-left: 5px;
}
.control-panel-one .table td .btn + .btn,
.control-panel-one .table td .badge + .btn {
	margin-left: 15px;
}
.control-panel-one .table td .btn-translation-locale + .btn-translation-locale {
	margin-left: 1px;
}
.control-panel-one .table td .btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.control-panel-one .table td .btn.text-no-style {
	text-decoration: none;
	text-transform: none;
}
.control-panel-one .btn-text {
	background-color: transparent;
	padding: 0px;
	border: none;
	line-height: 18px;
	cursor: pointer;
}
.control-panel-one .btn-text i {
	font-size: 15px;
}
.control-panel-one .btn-text + .btn-text,
.control-panel-one .btn + .btn-text{
	margin-left: 15px
}
.control-panel-one .btn.btn-text {
	color: #545b62;
}
.control-panel-one .btn.disabled {
	cursor: not-allowed;
}

/* ----- sidebar panels ----- */

.sidebar-one__panel {
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-one__panel-secondary {
	background-color: #f9f9f9;
}
.sidebar-one__section {
	background-color: #fff;
	padding: 15px;
	position: relative;
	z-index: 2;
}
.sidebar-one__title {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
}
.sidebar-one__title.closer-border {
	position: relative;
	border-bottom: none;
}
.sidebar-one__title.closer-border:after {
	content: ' ';
	position: absolute;
	border-bottom: 1px solid rgba(0,0,0,.1);
	left: 15px;
	right: 15px;
	display: block;
	bottom: 0;
}
.sidebar-one__details > div {
	font-size: 13px;
	font-weight: 500;
	line-height: 17px;
	color: #012237;
	word-break: break-word;
	margin: 8px 0 8px 0;
}
.sidebar-one__details .label {
	font-size: 13px;
	font-weight: 400;
	color: #81868a;
	line-height: 15px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.sidebar-one__details .value {
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	color: #012237;
	word-break: break-word;
}
.sidebar-one__details .text-success,
.sidebar-one__details .text-warning,
.sidebar-one__details .text-danger,
.sidebar-one__details .text-muted {
	font-weight: 700;
}
.sidebar-one__buttons {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap
}
.sidebar-one__buttons .btn {
	margin-bottom: 5px;
}
.sidebar-one__buttons .btn-block {
	margin: 5px 0;
}

/* ----- sidebar alerts ----- */

.sidebar-one__panel .alert {
	padding: .5rem .75rem
}
.sidebar-one__panel .alert,
.sidebar-one__panel .alert p {
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	color: #012237;
}

/* ----- callouts ----- */

.sidebar-one__info .bs-callout, /* <--- rinominare questa classe nelle varie pagine */
.control-panel-one .bs-callout-list .bs-callout {
	font-size: 13px;
	line-height: 1.5em;
	color: #012237;
	background-color: #fff;
	padding: 15px;
	margin: 15px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.control-panel-one .bs-callout-list .bs-callout:last-child {
	margin-bottom: 0px;
}

/* ----- dashboard cards ----- */

.dash-one > .row > [class*=col-] {
	display: flex;
}
.dash-one__single {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.dash-one__single:hover {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	background-color: #012237;
}
.dash-one__single:hover:after {
	opacity: 0.9;
}
.dash-one__single.color-1:after {
	background-color: #1888c9;
}
.dash-one__single.color-2:after {
	background-color: #7c4bc0;
}
.dash-one__single.color-3:after {
	background-color: #f16101;
}
.dash-one__single.color-4:after {
	background-color: #2da397;
}
.dash-one__single.color-5:after {
	background-color: #d23f3f;
}
.dash-one__single.color-6:after {
	background-color: #33a9bb;
}
.dash-one__single.color-7:after {
	background-color: #a5b126;
}
.dash-one__single.color-8:after {
	background-color: #28a745;
}
.dash-one__single.color-9:after {
	background-color: #6a9a79;
}
.dash-one__single.color-10:after {
	background-color: #45598c;
}
.dash-one__single.color-11:after {
	background-color: #656dff;
}
.dash-one__single a {
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dash-one__icon {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}
.dash-one__icon i {
	font-size: 56px;
	line-height: 112px;
	color: #fff;
}
.dash-one__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	margin: 0;
	position: relative;
	z-index: 10;
}
.dash-one__single:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--sp-thm-btn-background-color);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.dash-one__description {
	flex-grow: 1;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #fff;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 10;
}

/* ----- custom tables ----- */

#div-table-riepilogo {
	max-height: 35em;
	overflow: scroll;
	position: relative;
}

#table-riepilogo-registro {
	border-collapse: separate;
	border-spacing: 0;
}

#table-riepilogo-registro th,
#table-riepilogo-registro td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
#table-riepilogo-registro thead tr:last-child th;
#table-riepilogo-registro tbody tr:last-child td {
	border-bottom-width: 1px;
}
#table-riepilogo-registro thead tr th:first-child;
#table-riepilogo-registro tbody tr td:first-child {
	border-left-width: 1px;
}

#table-riepilogo-registro thead th,
#table-riepilogo-registro tfoot th {
	background: #e9ecef;
	height: 40px;
}
#table-riepilogo-registro thead th {
	position: sticky;
	top: 0;
	z-index: 10;
}
#table-riepilogo-registro thead>tr:nth-child(2) th {
	top: 40px;
}
#table-riepilogo-registro thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 11;
}
#table-riepilogo-registro thead th:last-child {
	position: sticky;
	right: 0;
	z-index: 11;
}

#table-riepilogo-registro tfoot th {
	position: sticky;
	bottom: 0;
	z-index: 10;
}
#table-riepilogo-registro tfoot>tr:first-child th {
	bottom: 40px;
}
#table-riepilogo-registro tfoot th:first-child {
	position: sticky;
	left: 0;
	z-index: 11;
}
#table-riepilogo-registro tfoot th:last-child {
	position: sticky;
	right: 0;
	z-index: 11;
}

#table-riepilogo-registro tbody .td-utente,
#table-riepilogo-registro tbody .td-totale {
	background-color: #fff;
}
#table-riepilogo-registro tbody .td-utente {
	position: sticky;
	left: 0;
	z-index: 10;
}
#table-riepilogo-registro tbody .td-totale {
	position: sticky;
	right: 0;
	z-index: 10;
}

#table-riepilogo-registro thead tr:first-child th,
#table-riepilogo-registro tfoot tr:first-child th {
	border-bottom: none;
}
#table-riepilogo-registro th.th-data {
	font-weight: 600;
	width: 100px;
	min-width: 100px;
}
#table-riepilogo-registro th.th-data.bg-success {
	color: #fff;
}
#table-riepilogo-registro .th-data {
	border-left: 4px solid #fff;
}
#table-riepilogo-registro .th-info {
	background-color: #b8daff;
	line-height: 1.1em;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	text-align: center;
}
#table-riepilogo-registro .th-edizione.first-of-day,
#table-riepilogo-registro .td-edizione.first-of-day {
	border-left: 4px solid #fff;
}
#table-riepilogo-registro .th-edizione,
#table-riepilogo-registro .td-edizione {
	width: 100px;
	min-width: 100px;
	height: inherit;
	padding: 0;
	margin: .4em;
}
#table-riepilogo-registro .td-edizione {
	font-size: 14px;
	font-weight: 400;
	padding-right: 1em;
	line-height: 1em;
	border-top: 1px solid #fff;
}
#table-riepilogo-registro .td-edizione.table-inactive {
	background-color: #f7f7f9;
}
#table-riepilogo-registro .th-edizione a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.09);
	align-content: center;
}

#table-riepilogo-registro .th-totale,
#table-riepilogo-registro .td-totale {
	min-width: 200px;
	line-height: 1.1rem;
}
#table-riepilogo-registro .th-utente,
#table-riepilogo-registro .td-utente {
	min-width: 150px;
}
#table-riepilogo-registro .tr-ore-regione {
	height: 20px;
	line-height: 0;
}
#table-riepilogo-registro .td-ore-regione {
	font-weight: 600;
	position: relative;
	border-left: 4px solid #fff;
}
#table-riepilogo-registro .td-ore-regione.table-inactive {
	background-color: #f7f7f9;
}
#table-riepilogo-registro .td-ore-regione::after {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#table-riepilogo-registro .td-ore-regione.table-inactive::after {
	background-color: rgba(127, 127, 127, .1);
}
#table-riepilogo-registro .td-ore-regione.table-warning::after {
	background-color: rgba(127, 127, 5, .1);
}
#table-riepilogo-registro .td-ore-regione.table-success::after {
	background-color: rgba(5, 127, 5, .1);
}



/* ----- FORMS ----- */

.login-one {
	padding: 60px 0;
}
.login-one .or {
	text-align: center;
	margin: 40px 0;
}
.login-one .or span {
	background: #fff;
	padding: 0 17px;
	color: #999;
	font-size: 16px;
}
.login-one .or hr {
	margin: -13px 0 0px;
	padding-bottom: 12px;
	width: 100%;
}

.form-alert {
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	position: relative;
}
.form-alert p:last-child {
	margin-bottom: 0;
}
.form-alert__error {
	color: #cc0000;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.form-alert__success {
	color: #cc0000;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.form-one.form-inline {
	align-items: flex-end;
}
.form-one.form-inline .form-group {
	margin-top: 0;
	margin-bottom: 5px;
}
.form-one td .form-group {
	margin-bottom: 0;
}
.form-one.form-inline .form-group:not(:last-child) {
	margin-right: 5px;
}
.form-one.form-inline .form-group label {
	display: block;
	width: 100%;
}
.form-one.form-inline .form-group .btn {
	margin-top: 0;
	margin-bottom: 0;
}
.form-one.form-inline .btn:last-child {
	margin-top: 0;
}
.form-one .form-control {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
	outline: none;
	width: 100%;
	display: block;
	background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
	background-clip: border-box;
	height: 38px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 0;
}
.form-one .form-control-number {
	text-align:right;
}
/*.form-one input[type=number] {
	padding-right: 5px;
}*/
.form-one textarea.form-control {
	height: auto;
}
.form-one input[type=file] {
	font-size: 14px;
	font-weight: 500;
	color: #012237;
	height: 40px;
}
.form-one .form-control:disabled,
.form-one .form-control[readonly],
.form-one .custom-file-label.disabled {
	background-color: #c9cccf;
	opacity: 0.8;
	cursor: not-allowed;
}
.form-one .btn:disabled {
	cursor: not-allowed;
}

.form-one ::placeholder{
	opacity: 0.6;
	font-weight: 400;
}
.form-one ::-webkit-input-placeholder {
	opacity: 0.6;
	font-weight: 400;
}
.form-one ::-ms-input-placeholder {
	opacity: 0.6;
	font-weight: 400;
}
.form-one :-ms-input-placeholder {
	opacity: 0.6;
	font-weight: 400;
}

.form-one .txt-ph::placeholder,
.form-one .txt-ph::-webkit-input-placeholder,
.form-one .txt-ph::-ms-input-placeholder,
.form-one .txt-ph:-ms-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: #012237;
}

.form-one .form-group {
	margin-bottom: 15px;
}
.form-one .form-group-error {
	margin-top: -15px;
}
.form-one > .btn:not(.btn-inline):last-child {
	margin-top: 40px;
}
/*
.form-one .form-group .btn {
	margin-top: 15px;
}
*/
.form-one .form-row .form-group .btn {
	margin-top: 0;
}
.form-one .form-group .btn-sm {
	margin-top: 10px;
}
.form-one .form-group .input-group .btn {
	margin-top: 0;
}
.form-one .table .btn-sm {
	margin-top: 0px;
}

/* start TODO: assegnare classe form-one alla form e rimuovere le seguenti regole se non piu utilizzate */
.form-one .form-inline {
	align-items: flex-end;
}
.form-one .form-inline .form-group {
	margin-top: 0;
	margin-bottom: 5px;
}
.form-one .form-inline .form-group:not(:last-child) {
	margin-right: 5px;
}
.form-one .form-inline .form-group label {
	display: block;
	width: 100%;
}
.form-one .form-inline .form-group .btn {
	margin-top: 0;
	margin-bottom: 0;
}
.form-one .form-inline .btn:last-child {
	margin-top: 0;
}
/* end TODO */

.form-one .input-group > .custom-file,
.form-one .input-group > .custom-select,
.form-one .input-group > .form-control {
	width: 1%;
}

.form-one .custom-file {
	height: 40px;
}
.form-one .custom-file-label {
	color: rgb(108, 117, 125, 0.6);
	font-weight: 400;
	line-height: 24px;
	background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.1);
	background-clip: border-box;
	height: 40px;
	padding-left: 19px;
	padding-right: 19px;
	margin-bottom: 0;
	border-radius: 0;
}
.form-one .custom-file-label::after {
	line-height: 24px;
	height: 40px;
	top: -1px;
	right: -1px;
	content: "Scegli file";
	background-color: #ddd;
	border: inherit;
	border-radius: 0;
}

.form-one .input-group .input-group-text {
	color: #012237;
	line-height: 24px;
	height: 38px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	background-color: #ddd;
	background-clip: border-box;
	margin-bottom: 0;
	border-radius: 0;
}

.form-one label,
.form-one .label {
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	color: #5b5b5b;
	margin-bottom: 5px;
	/*vertical-align: middle;*/
}
.form-one .label {
	display: inline-block;
}
.form-one label .tip,
.form-one .label .tip {
	font-weight: 400;
	font-style: italic;
	color: #999;
}
.form-one .value {
	font-size: 15px;
}

.form-one .help-block {
	font-size: 14px;
	line-height: 1.5em;
	display: block;
	margin-top: 5px;
}
.form-one .info-block {
	font-size: 14px;
	line-height: 1.5em;
}

.form-one .has-error .form-control,
.form-one .has-error .cke,
.form-one .has-error .editor,
.form-one .has-error .custom-checkbox .custom-control-label::before,
.form-one .has-error .custom-radio .custom-control-label::before {
	border: 2px solid #dc3545 !important;
}
.form-one .has-error label {
	color: #dc3545 !important;
}
.form-one .help-block.text-danger {
	font-weight: bold;
}

.form-one .alert {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-one .alert strong:first-child {
	text-transform: uppercase;
}

.form-one .control-panel-one__caption {
	margin-top: 30px;
	margin-bottom: 20px;
}

.form-one .form-group ul {
	padding-left: 24px;
}
/*.form-one .form-group ul li {
	font-size: 13px;
}*/

.form-one #show-password i {
	width: 20px;
	color: #012237;
}

.form-one #input-colore {
	max-width: 190px;
}
.form-one .colorpicker-input-addon {
	border-radius: 0;
}
.form-one .colorpicker-input-addon i {
	height: 24px;
	width: 24px;
}
.form-one .div-btn {
	margin-top: 30px;
}

.form-survey .subtitle {
	font-size: 20px;
	font-weight: 700;
}
.form-survey .caption {
	font-size: 16px;
	font-weight: 500;
	color: #012237;
	margin-bottom: 6px;
}
.form-survey .caption .tip {
	font-weight: 400;
	color: #999;
}
.form-survey .caption > .index {
	vertical-align: middle;
}
.form-survey .label {
	line-height: 1.2em;
	vertical-align: middle;
}
.form-survey .label span {
	vertical-align: middle;
}
.form-survey .label i {
	font-size: 18px;
	width: 18px;
	text-align: center;
	vertical-align: baseline;
}
.form-survey .text-muted {
	opacity: 0.6;
}
.form-survey .list-1 .object,
.form-survey .list-2 .object {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	background-color: #fafafa;
	margin: 20px 0;
	padding: 15px;
	position: relative;
	z-index: 1;
	-moz-transition: height top 0.4s ease;
	-webkit-transition: height top 0.4s ease;
	-o-transition: height top 0.4s ease;
	transition: height top 0.4s ease;
}
.form-survey .list-1 .object {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.03);
}
.form-survey .list-2 .object.error {
	color: #721c24;
	background-color: #f8d7da;
}
.form-survey .list-2 .object.success {
	color: #155724;
	background-color: #d4edda;
}
.form-survey .list-1.hovering .object {
	opacity: 0.5;
}
.form-survey .list-1.hovering .hovered {
	opacity: 1;
	box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.1);
}
.form-survey .list-2 .object {
	color: #0c5460;
	background-color: #d1ecf1;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.03);
}
.form-survey .list-2 .object:hover {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.form-survey .list-2.hovering .object {
	opacity: 0.5;
	/*border: 2px dashed #999;*/
}
.form-survey .list-2.hovering .ui-sortable-helper {
	opacity: 1;
	z-index: 10;
	box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.1);
}
.form-survey .list-2.hovering .hovered:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#666;
	opacity: 0.5;
	z-index: 2;
}
.form-survey .object-stub {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	background-color: #fafafa;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.03);
	opacity: 1;
}
.form-survey .object-placeholder {
	background-color: #ddd;
	height: 4px;
	/*margin: 15px 10px 5px 10px;*/
	margin: 20px 0;
	border: 2px dashed #999;
}

/* ----- buttons ----- */

.form-one .thm-btn {
	text-transform: uppercase;
}
.form-one .thm-btn-small {
	text-transform: none;
}
.form-one .form-group a ~ a.btn {
	margin-top: 15px;
}




/* ----- CONTROL PANEL ALT STYLE ----- */

/* ----- control-panel main style -----*/

.control-panel-one {
	background-color: #fcfcfc;
}
.control-panel-one__navigation {
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidebar-one__panel,
.control-panel-one__panel,
.control-panel-one__alert, /* TODO */
.control-panel-one .alert {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 8px rgba(0,0,0,0.03);
}

/* ----- control-panel basic style ----- */

/*
.control-panel-one {
	background-color: inherit;
}
.sidebar-one__panel,
.control-panel-one__panel {
    border: none;
    box-shadow: none;
}
.sidebar-one__title,
.control-panel-one__title {
    position: relative;
    border-bottom: none;
}
.sidebar-one__title:after,
.control-panel-one__title:after {
    content: ' ';
    position: absolute;
    border-bottom: 1px solid rgba(0,0,0,.1);
    left: 15px;
    right: 15px;
    display: block;
    bottom: 0;
}
.control-panel-one__nav-tabs {
	background-color: inherit;
}
.control-panel-one__nav-tabs .nav-tabs .nav-link.active {
	border-top: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
}
*/

/* ----- alt panels title colors ----- */

/*
.control-panel-one__title,
.sidebar-one__title,
.control-panel-one__nav-tabs {
	background-color: #e9ecef;
}

.control-panel-one__title,
.sidebar-one__title,
.control-panel-one__nav-tabs {
	color: #fff;
	background-color: var(--sp-theme-secondary-color);
}
.control-panel-one .page-item.active .page-link {
    color: #fff;
    background-color: var(--sp-theme-secondary-color);
    border-color: var(--sp-theme-secondary-color);
}
*/

/* ----- alt buttons colors ----- */

.control-panel-one .btn-secondary {
	color: #fff;
	border-color: #6c757d;
}




/* ----- GLOBAL ELEMENTS ----- */

/* ----- tables ----- */

.table-sm .form-control {
	padding: 3px 6px;
	height: 28px
}
.table-sm select {
	padding: 3px 6px 3px 3px;
}

/* ----- tooltips ----- */

a[data-toggle="popover"] {
	cursor: pointer;
}

.tooltip-tasks {
	max-height: 320px;
	overflow-y: scroll;
}
.btn-tooltip-help {
	font-size: 20px;
	color: #6c757d;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.btn-tooltip-help:hover {
	color: #5a6268;
}
.btn-tooltip-help:focus {
	outline: none;
}

/* ----- alerts ----- */

#alert-error-progetti ol,
#alert-info-progetti ol {
	margin: 0;
}



/* ------ CATEGORIA ----- */

#project-tabs .course-details__tab-navs {
	margin-top: 0;
}
#project-tabs .course-details__tab-navs li {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
#project-tabs .course-details__tab-navs li a {
	text-align: center;
	padding: 22px 32px;
}
#project-tabs .course-details__tab-navs li a:hover,
#project-tabs .course-details__tab-navs li a.active {
	background-color: var(--sp-thm-btn-background-color);
	color: #fff;
}
#project-tabs .course-details__tab-navs li a::before {
	background-color: var(--sp-thm-btn-background-color);
}

#courses-grid {
	padding-top: 0;
}

#subcategories-nav {
	margin-top: 25px;
	margin-bottom: 25px;
}
#subcategories-nav a {
	margin: 5px 10px 5px 0;
}
#subcategories-nav .subcategory__link {
	display: inline-block;
	background-color: #f1f1f1;
	color: #81868a;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 10px 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#subcategories-nav a:hover, #subcategories-nav a.active {
	background-color: var(--sp-thm-btn-background-color);
	color: #fff;
}




/* ----- CORSI ----- */

.course-one {
	padding-top: 30px;
	padding-bottom: 30px;
}
.course-one > .container > .row > [class*=col-] {
	display: -ms-flexbox;
	display: flex;
}
.course-one__single {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.course-one .course-one__image {
	border-style: solid;
	border-width: 2px;
	border-color: #f1f1f1;
	border-bottom: 0;
	max-height: 243px;
}
.course-one__content {
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.course-one__title {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0;
	flex-grow: 1;
}
.course-one__category {
	line-height: 16px;
	letter-spacing: .1em;
	padding: 5px 15px;
	left: 20px;
	margin-right: 20px;
}

.course-one__stars .star-rating,
.course-one__stars .back-stars,
.course-one__stars .front-stars {
	display: flex;
}
.course-one__stars .star-rating {
	align-items: center;
	font-size: 16px;
	justify-content: center;
}
.course-one__stars .back-stars {
	/*color: #bb5252;*/
	position: relative;
	padding: 2px 0;
	/*text-shadow: 1px 1px 0px #843a3a;*/
}
.course-one__stars .front-stars {
	color: #FFBC0B;
	padding: 2px 0;
	overflow: hidden;
	position: absolute;
	/*text-shadow: 1px 1px 0px #d29b09;*/
	top: 0;
	transition: all 0.5s;
}
.course-one__stars .back-stars > 1,
.course-one__stars .front-stars > i {
	margin-right: 1px;
}
.course-one__stars .course-one__count {
	font-size: 16px;
}

.course-details {
	padding: 0 0 45px 0;
}
.course-details__content {
	font-size: 17px;
}
.course-details__topbar {
	font-size: 15px;
	padding: 12px 0;
}
.course-details__topbar-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*
.course-details__topbar-content div + div {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #81868a;
}
*/
.course-details__banner {
	width: 100vw;
	height: 300px;
	position: relative;
	z-index: -1;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}
.course-details__banner + .course-details__content {
	margin-top: -78px;
}
.course-details__actionbar {
	font-size: 15px;
	margin: 12px 0;
	min-height: 40px
}
.course-details__title {
	font-size: 25px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #aaa;
}
.course-details__caption {
	font-size: 14px;
}
.course-details__media {
	margin: 15px 0;
}
.course-details__text {
	font-size: 17px;
	margin: 15px 0;
}
.course-details__meta {
	margin-top: 0px;
	margin-bottom: 0px;
}
.course-details__meta-link {
	font-size: 16px;
	padding: 8px 26px;
}
.course-details__meta-link span {
	margin-left: 5px;
	margin-right: 5px;
}
.course-details__meta-link .course-details__meta-icon {
	margin-left: 0px;
	margin-right: 10px;
}
.course-details__meta-icon {
	width: 32px;
	height: 32px;
}
.course-details__meta-icon::before {
	content: none;
}
.course-details__meta-icon i {
	font-size: 12px;
}
.course-details__meta .course-details__meta-text {
	margin-left: 0px;
	font-size: 16px;
}
.course-details__interest {
	background-color: #f1f1f1;
	text-align: center;
	padding: 24px;
}
.course-details__summary {
	font-size: 16px;
	color: #012237;
	margin-bottom: 40px;

}
.course-details__summary .label {
	font-weight: 600;
}
.course-details__tab-content {
	padding: 0;
	margin: 30px 0;
	border: none;
}
.course-details__tab-title {
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 10px
}
.course-details__tab-text {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	color: #012237;
	padding-bottom: 10px;
}
.course-details__tab-media video,
.course-details__tab-media audio {
	max-width: 100%;
}

.course-details__tab-navs {
	margin-top: 0;
	/*border-bottom: none;*/
}
.course-details__tab-navs li a {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	height: 100%;
	min-height: 78px;
}
.course-details__tab-navs li a::before,
.course-details__tab-navs li a:hover:before,
.course-details__tab-navs li a.active:before {
	content: none;
}
.course-details__tab-navs li a.disabled:hover {
	color: #81868a;
	background-color: transparent;
}
.course-details__tab-navs li a.no-toggle::before {
	content: none;
}
.course-details__tab-navs li a .label {
	display: block;
}
.course-details__tab-navs li a.disabled .label {
	opacity: 0.4;
}
.course-details__tab-navs li a .badge {
	font-size: 14px;
	font-weight: 500;
	margin: .3em;
}
.course-details__tab-navs li a:not(.disabled):hover .badge,
.course-details__tab-navs li a.active .badge {
	background-color: #fff;
	color: #81868a;
}

.course-details__tab-navs-bottom {
	border-bottom: 1px solid #ddd;
	background-color: #ddd;
}
.course-details__tab-navs-bottom li a {
	font-size: 15px;
	font-weight: 500;
	color: #81868a;
	text-align: center;
	line-height: 20px;
	display: block;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.course-details__tab-navs-bottom li a:hover,
.course-details__tab-navs-bottom li a.active {
	background-color: var(--sp-thm-btn-hover-background-color);
	color: #fff;
}
.course-details__tab-navs-bottom li a .label {
	margin-right: 4px;
}
.course-details__tab-navs-bottom li a.disabled .label {
	opacity: 0.4;
}
.course-details__tab-navs-bottom li a:not(.disabled):hover .badge,
.course-details__tab-navs-bottom li a.active .badge {
	background-color: #fff;
	color: var(--sp-text-hover-color);
}
@media (max-width: 375px) {
	.course-details__tab-navs-bottom li {
		width: 100%;
		text-align: center;
	}
}

.course-details__tab2-navs {
	margin: 30px 0;
	/*border-bottom: none;*/
}
.course-details__tab2-navs li {
	padding-bottom: 9px;
	border-bottom: 1px solid #dee2e6;
	position: relative;
	top: 1px;
}
.course-details__tab2-navs li a {
	font-size: 16px;
	font-weight: 600;
	text-align:center;
	color: #012237;
	border-bottom: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 10px 10px;
	margin-top: 10px;
	height: 100%;
	line-height: 20px;
}
.course-details__tab2-navs li a:hover,
.course-details__tab2-navs li a.active {
	border-bottom: 2px solid #012237;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.course-details__tab2-navs li a .label {
	display: block;
}
.course-details__tab2-navs li a.disabled .label {
	opacity: 0.4;
}
.course-details__tab2-navs li a.disabled:hover {
	border-bottom: 2px solid transparent;
}
@media (min-width: 992px) {
	.section-course > .container {
		max-width: 720px;
	}
}

.course-editions__module {
	align-items: center;
	margin: 10px;
}

.course-editions__edition {
	align-items: center;
	padding: 10px 10px 10px 25px;
	margin: 0;
}
.course-editions__edition:hover {
	background-color: #f9f9f9;
}
.course-editions__edition.disabled {
	opacity: 0.25;
}
.course-editions__current {
	padding: 35px 50px;
	margin: 30px 0;
	background-color: #f1f1f1;
}
.course-editions__current-text {
	font-size: 17px;
	font-weight: 500;
	color: #012237;
	margin-bottom: 15px;
}
.course-editions__icon {
	font-weight: 600;
	font-size: 18px;
	width: 40px;
	height: 40px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	margin-right: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}
.course-editions__icon.success {
	color: #fff;
	background-color: #2da397;
	/*border: 1px solid #2da397;*/
}
.course-editions__icon.danger {
	color: #fff;
	background-color: #dc3545;
}
.course-editions__title h2,
.course-editions__title h2 a {
	font-size: 16px;
	font-weight: 500;
	color: #012237;
	line-height: 21px;
	margin: 0;
}
.course-editions__title h3,
.course-editions__title h3 a {
	font-size: 15px;
	font-weight: 500;
	color: #012237;
	line-height: 20px;
	margin: 0;
}
.course-editions__text {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #81868a;
	line-height: 18px;
}
.course-editions__datetime {
	font-size: 14px;
	font-weight: 400;
	color: #81868a;
	line-height: 17px;
}
.course-editions__datetime .course-editions__time {
	font-size: 13px;
}
.course-editions__button {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
}
.course-editions__button .hours {
	font-size: 13px;
	color: #81868a;
}
.course-editions__subscribe {
	background-color: #f1f1f1;
	text-align: center;
	padding: 25px;
	margin-bottom: 30px;
}
.course-editions__subscribe-btn {
	width: 100%;
}
@media (max-width: 768px) {
	.course-editions__current {
		margin: 10px 0 20px 0;
		padding: 15px;
	}
	.course-editions__edition {
		padding: 10px 0;
	}
}
@media (max-width: 992px) {
	.course-editions__datetime {
		padding-left: 55px;
	}
}

.course-editions__collapse {
	margin: 15px 0;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	/*background-color: #f2f2f2;*/
}
.course-editions__collapse-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex: 0 0 100%;
	background-color: #e9ecef;
	border: 1px solid #dee2e6;
	/*background-color: #f1f1f1;*/
	/*border:1px solid rgba(0,0,0,0.1);*/
}
.course-editions__collapse-icon {
	width: 20px;
	margin: 17px 15px 0 15px;
}
.course-editions__collapse-title {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #012237;
}
.course-editions__collapse-content {
	margin-top: 5px;
	margin-left: 0;
}
.course-editions__collapse [data-toggle="collapse"] .fa {
	color: #012237;
	font-size: 22px;
	vertical-align: top;
}
.course-editions__collapse [data-toggle="collapse"] .fa:before {
	content: "\f077";
}
.course-editions__collapse [data-toggle="collapse"].collapsed .fa:before {
	content: "\f078";
}

.course-editions__nav {
	margin: 30px 0;
}
.course-editions__nav a > span {
	border-radius: 50%;
	background-color: #f1f1f1;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 8px 19px;
	color: #012237;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.course-editions__nav a:hover > span {
	background-color: #012237;
	color: #fff;
}
.course-editions__nav .course-editions__title h3,
.course-editions__nav .course-editions__title h3 a {
	font-size: 15px;
}

.course-materials__action-top {
	padding: 10px 0 20px 0;
}
.course-materials__material {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px
}
.course-materials__tab-content [class*=col-lg-]:nth-child(even) .course-materials__material {
	padding-left: 31px;
}
.course-materials__tab-content [class*=col-lg-]:nth-child(odd) .course-materials__material {
	padding-right: 31px;
}
.course-materials__material .download-btn {
	color: #ffffff;
	background-color: #2da397;
	margin-top:15px;
}
.course-materials__material .download-btn:hover {
	background-color: #238278;
	color: #ffffff;
}
.course-materials__material .download-btn .fas {
	padding-right: 12px;
}

.course-documents__document {
	padding-top: 22.5px;
	padding-bottom: 22.5px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
}




/* ----- MENU LATERALE LEZIONE ----- */

#sidebar {
	width: 400px;
	max-width: 100%;
	background-color: #fff;
}
#sidebar-toggler {
	font-size: 16px;
	color: #012237;
	padding: 5px;
	display: inline-block;
	margin: 10px 0 5px 0;
	background-color: #fff;
	cursor: pointer;
}
#sidebar-toggler i {
	width: 32px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin-right: 8px;
}

.sidebar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar-overlay.active {
	z-index: 100;
	opacity: 1;
}

@media (min-width: 1200px) {
	/*
	.course-details__content {
		width: 720px;
	}
	*/
	#sidebar {
		padding: 0 15px 0 0;
		margin-right: 15px;
	}
	#sidebar-toggler {
		display: none;
	}
	.sidebar-overlay {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	#sidebar {
		position: absolute;
		z-index: 110;
		top: 0;
		left: 0;
		margin-left: -100vw;
		padding: 0 15px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}
	#sidebar.active {
		margin-left: 0;
		-webkit-box-shadow: 6px 0px 13px 0px rgba(0, 0, 0, 0.06);
		box-shadow: 6px 0px 13px 0px rgba(0, 0, 0, 0.06);
	}
}

@media (max-width: 575.98px) {
	#sidebar.active {
		margin-left: 0;
		box-shadow: none;
	}
}

#sidebar .course-editions__collapse-title {
	font-size: 15px;
}
#sidebar .course-editions__collapse-icon {
	width: 15px;
	margin: 20px 15px 0 15px;
}
#sidebar .course-editions__collapse-content {
	margin-top: 5px;
	margin-left: 0;
}
#sidebar .course-editions__collapse [data-toggle="collapse"] .fa {
	font-size: 15px;
}

#sidebar .course-editions__module {
	padding: 10px;
	margin: 0px;
}
#sidebar .course-editions__edition {
	padding: 8px 8px 8px 22px;
	margin: 0;
}
#sidebar .course-editions__icon {
	font-size: 15px;
	width: 32px;
	height: 32px;
}
#sidebar .course-editions__title h2,
#sidebar .course-editions__title h2 a {
	font-size: 15px;
	line-height: 19px;
}
#sidebar .course-editions__title h3,
#sidebar .course-editions__title h3 a {
	font-size: 14px;
	line-height: 19px;
	display: block;
}

.course-details__collapse {
	/*margin: 10px 0;*/
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	/*background-color: #f2f2f2;*/
}
.course-details__collapse-toggler {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #012237;
	display: block;
	background-color: #e9ecef;
	padding: 6px 32px 6px 12px;
	border: 1px solid #dee2e6;
	/*background-color: #f1f1f1;*/
	/*border:1px solid rgba(0,0,0,0.1);*/
}
.course-details__collapse-toggler:hover {
	color: #012237;
}
.course-details__collapse-toggler::after{
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 700;
	content: "\f077";
	position: absolute;
	right: 12px;
	top: 6px;
}
.course-details__collapse-toggler.collapsed::after {
	content: "\f078";
}
.course-details__collapse-content {
	padding: 10px 0;
}




/* ----- LEZIONI ----- */

.course-details .thm-btn {
	text-transform: uppercase;
}
.course-details__top {
	display: -ms-flexbox!important;
	display: flex!important;
	/*-ms-flex-align: stretch!important;
	align-items: stretch!important;*/
	align-items: baseline;
	background-color: #f1f1f1;
	padding: 15px 0;
}
.course-details__top > div {
	flex-grow: 1;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
	border-left: 2px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}
.course-details__top > div:first-child {
	text-align: left;
	padding-left: 20px;
	margin: 0;
	border-right: 0;
	border-left: 0;
}
.course-details__top > div > .label {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
	color: #81868a;
}
.course-details__top .thm-btn,
.course-editions__edition .thm-btn {
	margin: 4px 4px 4px 0;
}

.course-exercises__exercise,
.course-exercises__compilations {
	margin: 20px 0;
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.course-exercises__title {
	position: relative;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	clear: both;
}
.course-exercises__title h2 {
	margin-bottom: 0;
}
.course-exercises__title,
.course-exercises__title h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-exercises__text {
	font-size: 14px;
}
.course-exercises .text-info,
.course-exercises .text-warning,
.course-exercises .text-danger,
.course-exercises .text-success {
	font-weight: 600;
}

.course-exercises__eb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex: 0 0 100%;
	margin: 15px 0;
	align-items: center;
}
.course-exercises__eb-icon {
	width: 20px;
	margin-right: 5px;
}
.course-exercises__eb[data-toggle="collapse"] .fa {
	color: var(--sp-text-hover-color);
	font-size: 16px;
	vertical-align: top;
	margin-top: 2px;
}
.course-exercises__eb[data-toggle="collapse"] .fa:before {
	content: "\f077";
}
.course-exercises__eb[data-toggle="collapse"].collapsed .fa:before {
	content: "\f078";
}
.course-exercises__eb-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-exercises__eb:hover .course-exercises__eb-title {
	color: var(--sp-text-hover-color);
}

.course-exercises .table {
	font-size: 14px;
}
.course-exercises .table thead th {
	border: none;
	padding: 8px;
}
.course-exercises .table tbody td {
	padding: 8px;
}
.course-exercises .table.table-hover tr:hover {
	background-color: rgb(249, 249, 249);
}
.course-exercises .table tr.row-data td {
	padding-top: 15px;
	padding-bottom: 4px;
}
.course-exercises .table tr.row-details td {
	font-size: 13px;
	color: #81868a;
	line-height: 1.6em;
	border-top: none;
	padding-top: 5px;
	padding-bottom: 20px;
}
.course-exercises .table td a {
	cursor: pointer;
}




/* ----- DOCENTI ----- */

#teachers.team-one {
	padding: 60px 0 30px 0;
}
#teachers .team-one__single {
	display: -ms-flexbox!important;
	display: flex!important;
	flex-flow: column;
	width: 100%;
}
#teachers .team-one__single:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#teachers .team-one__image {
	margin-bottom: -100px;
}
#teachers .team-one__image img {
	max-width: 200px;
}
#teachers .team-one__content {
	padding-bottom: 25px;
	padding-top: 110px;
	padding-left: 25px;
	padding-right: 25px;
	flex-grow: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#teachers .team-one__text {
	line-height: 1.4rem;
	text-align: justify;
}
#teachers .team-one__single:hover .team-one__content {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}




/* ----- FAQS ----- */

.faq-two {
	padding-top: 40px;
	padding-bottom: 40px;
}
.faq-two [class*=col-lg-] {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.faq-two [class*=col-lg-]:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.faq-two .faq-two__single {
	display: block;
}
.faq-two .faq-two__a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex: 0 0 100%;
	margin: 30px 0;
}
.faq-two .faq-two__icon {
	width: 20px;
	margin-right: 30px;
}
.faq-two [data-toggle="collapse"] .fa {
	color: var(--sp-text-hover-color);
	font-size: 22px;
	vertical-align: top;
	margin-top: 2px;
}
.faq-two [data-toggle="collapse"] .fa:before {
	content: "\f077";
}
.faq-two [data-toggle="collapse"].collapsed .fa:before {
	content: "\f078";
}
.faq-two .faq-two__title {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #012237;
}
.faq-two .faq-two__a:hover .faq-two__title {
	color: var(--sp-text-hover-color);
}
.faq-two .faq-two__div {
	margin-left: 50px;
}




/* ----- PAGINA ----- */

.page-one {
	padding: 40px 0;
}
.page-one .container {
	max-width: 740px;
}




/* ----- REGISTRO ----- */

#form-registro .div-time {
	width: 82px;
}
#form-registro .div-time input[type=number] {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#table-registro td,
#table-registro th {
	padding: 3px 6px;
}
#table-registro .td-stampa {
	text-align: center;
}
#table-registro .td-stampa .custom-control-label {
	width: 0;
}
#table-registro .td-ruolo,
#table-registro .td-nominativo,
#table-registro .td-ingresso,
#table-registro .td-minuti,
#table-registro .td-ore,
#table-registro .td-note {
	padding: 3px;
}
#table-registro .td-ruolo {
	min-width: 182px;
}
#table-registro .td-action {
	min-width: 100px;
}
#table-registro .td-ingresso {
	width: 96px;
}
#table-registro .td-ingresso select::-ms-expand {
	display: none;
}
#table-registro .td-ingresso select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align-last: center;
	direction: rtl;
}
#table-registro .td-ingresso option {
	direction: rtl;
}
#table-registro .td-ingresso .col-form-label {
	margin: 0 -3px;
}
#table-registro .td-minuti input::-webkit-outer-spin-button,
#table-registro .td-minuti input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#table-registro .td-minuti input[type=number] {
	-moz-appearance: textfield;
}
#table-registro .td-minuti {
	width: 100px;
	margin-right: 5px;
}
#table-registro .td-ore {
	width: 68px;
	margin-right: 5px;
}
#table-registro input:invalid,
#table-registro select:invalid {
	border: 2px solid #dc3545;
}




/* ----- FATTURAZIONE ----- */


/* // #INC-71954: formattazione maiuscola campi fattura
#form-modifica-fattura input[type=text],
#form-pagamento input[type=text],
#form-modifica-fattura textarea,
#form-pagamento textarea {
	text-transform: uppercase;
}
*/

#table-righe-fattura tr[data-aliquota="1"] td {
	border-top: 2px solid #6c757d;
}
#table-righe-fattura #tr-totale td {
	border-top: 2px solid #6c757d;
	/*border-bottom: 2px solid #666;*/
}
#table-righe-fattura .td-importo,
#table-righe-fattura .td-aliquota,
#table-righe-fattura .td-commessa,
#table-righe-fattura .td-conto,
#table-righe-fattura .td-competenza {
	text-wrap: nowrap;
}
#table-righe-fattura .td-tipologia select,
#table-righe-fattura .td-tipologia input {
	min-width: 170px;
}
#table-righe-fattura .td-descrizione input {
	min-width: 300px;
}
#table-righe-fattura .td-importo input {
	width: 120px;
	text-align: right;
}
#table-righe-fattura .td-aliquota select {
	min-width: 100px;
}
#table-righe-fattura .td-commessa input {
	min-width: 100px;
}
#table-righe-fattura .td-conto input {
	min-width: 100px;
}
#table-righe-fattura .td-competenza input {
	min-width: 80px;
}



/* ----- QUESTIONARIO STATISTICO ----- */

#questionario-statistico-tree {
	padding-left: 0px;
}
#questionario-statistico-tree,
#questionario-statistico-tree ul {
	list-style: none;
	list-style-type: none;
}
#questionario-statistico-tree .question,
#questionario-statistico-tree .answer {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	border-bottom: 1px solid #dee2e6;
}
#questionario-statistico-tree .question:hover,
#questionario-statistico-tree .answer:hover {
	background-color: rgb(249, 249, 249);
}
#questionario-statistico-tree .question {
	background-color: #e9ecef;
}
#questionario-statistico-tree .question > div,
#questionario-statistico-tree .answer > div {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
	width: 100%;
}
#questionario-statistico-tree .question > div > span.text-right,
#questionario-statistico-tree .answer > div > span.text-right {
	margin-left: auto;
}
#questionario-statistico-tree .chevron {
	width: 26px;
}
#questionario-statistico-tree .editor {
	font-size: 13px;
	border: none;
	padding: 5px;
}
#questionario-statistico-tree .chevron .fas:before {
	content: "\f078";
}
#questionario-statistico-tree .chevron .fas.collapsed:before {
	content: "\f054";
}



/*----- REQUISITI SICUREZZA -----*/

#table-requisiti-sicurezza th {
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(230, 230, 255, 0.5); /*#e6e6ff*/
	border-color: #ccc;
}
#table-requisiti-sicurezza thead th {
	border-width: 1px;
	padding: 8px;
}
#table-requisiti-sicurezza td {
	vertical-align: middle;
	line-height: 1.2rem;
	padding: 8px;
	border-color: #ccc;
}
#table-requisiti-sicurezza .custom-radio {
	left: 4px;
}
#table-requisiti-sicurezza .far,
#table-requisiti-sicurezza .fas {
	font-size: 20px;
	position: relative;
	top: 3px;
	color: #666;
}
#table-requisiti-sicurezza .fa-square,
#table-requisiti-sicurezza .fa-circle {
	color: #ccc;
}
#table-requisiti-sicurezza .fa-check-square,
#table-requisiti-sicurezza .fa-check-circle {
	color: #666;
}

#table-requisiti-sicurezza .td-criterio {
	font-weight: 500;
	background-color: rgba(230, 230, 230, 0.5); /*#e6e6e6*/
	vertical-align: top;
	padding: 12px 16px 12px 16px;
	width: 78px;
	text-align: center;
}
#table-requisiti-sicurezza .td-criterio .custom-control {
	display: inline;
}
#table-requisiti-sicurezza .td-criterio .far {
	margin-left: auto;
}
#table-requisiti-sicurezza .td-a {
	font-weight: 500;
	background-color: rgba(230, 230, 230, 0.5); /*#e6e6e6*/
	padding:0 16px;
	width: 20px;
	text-align: center;
}
#table-requisiti-sicurezza .td-b {
	font-weight: 500;
	background-color: rgba(230, 230, 255, 0.5); /*#e6e6ff*/
	padding:0 16px;
	width: 20px;
	text-align: center;
}
#table-requisiti-sicurezza .td-area-tematica {
	font-weight: 500;
	text-align: center;
	background-color: #ffffcc;
	padding:0 20px;
}
#table-requisiti-sicurezza .custom-control-input:not(:checked)~.custom-control-label::before {
	background-color: #fff;
	border-color: #999;
}
#table-requisiti-sicurezza .custom-control-input:not(:checked)~.custom-control-label::before {
	background-color: #fff;
	border-color: #999;
}
#table-requisiti-sicurezza .custom-control-label {
	vertical-align: text-top;
}



/* ----- DATI FISCALI ----- */

#form-modifica-dati-fiscali .input-group {
	width: 120px;
}



/* ----- OMOLOGAZIONE ----- */

#form-omologazione .form-control-number {
	width: 80px;
}



/* ----- STAGE / TIROCINI ----- */

#table-tirocinio td {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	border: none;
}



/* ----- PRENOTAZIONI AULE ----- */

#calendario-prenotazioni-aule-wrapper {
	height: 520px;
}
#calendario-prenotazioni-aule {
	margin: 0;
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	height: 100%;
}
#calendario-prenotazioni-aule tr {
	height: 1.5em;
	line-height: 1em;
}

#calendario-prenotazioni-aule td {
	padding: 0;
}
#calendario-prenotazioni-aule th,
#calendario-prenotazioni-aule td {
	border: 0;
}
#calendario-prenotazioni-aule thead th {
	text-align: center;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#calendario-prenotazioni-aule thead th:first-child {
	border-left: 1px solid #ddd;
}
#calendario-prenotazioni-aule tbody th {
	text-align: right;
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 80px;
}
#calendario-prenotazioni-aule tbody tr.even th {
	border-bottom: 1px dotted #ddd;
}
#calendario-prenotazioni-aule tbody tr.odd th {
	border-bottom: 1px solid #ddd;
}

#calendario-prenotazioni-aule thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}
#calendario-prenotazioni-aule thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
}
#calendario-prenotazioni-aule tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
}

#calendario-prenotazioni-aule tbody tr.even td {
	border-right: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
}
#calendario-prenotazioni-aule tbody tr.odd td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#calendario-prenotazioni-aule tbody tr td a {
	font-size: .95em;
	font-weight: normal;
	display: block;
	line-height: 1.3;
	padding: 3px;
	border-radius: 3px;
	height: 100%;
}
#calendario-prenotazioni-aule tbody td a span {
	display: block;
	/*
	min-width: 100px;
	max-width: 200px;
	*/
}
#calendario-prenotazioni-aule tbody td.td-edizione a {
	color: #fff;
	border: 1px solid #3a87ad;
	background-color: #6ba5c2;
}
#calendario-prenotazioni-aule tbody td.td-prenotazione a {
	color: #fff;
	border: 1px solid #008000;
	background-color: #40a040;
}



/* ----- EDITOR ----- */

/*
.editor {
	font-family: "Poppins" !important;
    color: #81868a !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    letter-spacing: -0.02em !important;
}
*/
.editor {
	font-size: 14px;
	font-weight: 500;
}
.editor * {
	white-space: pre-wrap;
}
.editor::after {
	display: block;
	clear: both;
	content: "";
}
.editor.disabled {
	background-color: #c9cccf;
	opacity: 0.8;
	cursor: not-allowed;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
	margin-bottom: .5rem;
	font-weight: 600;
}

/*
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
	color: #012237 !important;
}
.editor h1 {
	font-size: 32px !important;
}
.editor h2 {
	font-size: 26px !important;
}
.editor h3 {
	font-size: 24px !important;
}
.editor h4 {
	font-size: 22px !important;
}
.editor h5 {
	font-size: 20px !important;
}
.editor h6 {
	font-size: 18px !important;
}
*/

.editor p {
	line-height: 1.8em !important;
	margin-top: 0;
	margin-bottom: .5rem;
}

.editor p + h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}

.course-details.section-course .editor {
	font-size: 17px;
}

.control-panel-one .editor {
	color: #012237;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0.1);
}

.control-panel-one .table .editor {
	padding: 0;
	margin: 0;
	border: none;
}
.control-panel-one .table .editor::after {
	content: none;
}
.control-panel-one .table .editor p,
.control-panel-one .table .editor div {
	padding: 0;
	margin: 0;
}

.form-one .editor {
	min-height: 100px;
	max-height: 200px;
	overflow-y: scroll;
}


/*
Modal
*/

/* Overlay tipo Bootstrap fade */
.custom-modal-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1050;
	display: block;
}

/* Dialog piccolo */
.custom-modal-dialog {
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px;
	z-index: 1060;
}

/* Contenitore modale */
.custom-modal-content {
	background: white;
	border-radius: 6px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

/* Header */
.custom-modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-modal-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: bold;
}
.custom-modal-close {
	border: none;
	background: none;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 1;
}

/* Corpo */
.custom-modal-body {
	padding: 15px;
}
.custom-modal-body label {
	margin-top: 10px;
	font-weight: 500;
}
.custom-modal-body input[type="date"] {
	width: 100%;
	padding: 6px;
	margin-top: 4px;
	box-sizing: border-box;
}

/* Footer */
.custom-modal-footer {
	padding: 10px 15px;
	border-top: 1px solid #dee2e6;
	text-align: right;
}
.custom-modal-footer button {
	margin-left: 8px;
}