body{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#222222;
}

a {
    text-decoration: none !important;
    color: #222222;
    color: #1D71B8;
	display: inline-block;
}

a:hover {
    color:#36A9E0;
}

.header-misc{
	display:none;
}

#page-title span {
    display: inline;
    margin-top: 0px;
    font-weight: normal;
    color: inherit;
    font-size: inherit;
}

.accordion-item{
	background: transparent;
}
.accordion-button{
	background: #f0f0f0;
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background: #f0f0f0;
    box-shadow: none;
}
.accordion-flush .accordion-collapse {
    border: 1px solid #f0f0f0;
	padding-top:20px;
	padding-bottom:20px;
}
.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "Apri";
    background-image: none;
    transition: transform 0.2s ease-in-out;
    border: 2px solid #444;
    background-color: #36a9e1;
    color: white;
    font-weight: 700;
    text-shadow: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 9px 40px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
    border-color: #36A9E1;
    text-align: center;	
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
	content: "Chiudi";
}

hr.blue{
	
}
/* COLORs */

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #FFFFFF;
}
.color-gray{
	color:#9999B3;
}
.color-red{
	color:#FF0000;
}
.color-white{
	color:white !important;
}

.color-blue{
	color:#1D71B8 !important;
}

.color-darkblue{
	color:#062C5A;
}

.color-lightblue,.color-light-blue{
	color:#36A9E1 !important;
}

.color-lightgray{
	color:#999999 !important;
}

.color-black{
	color:#000000 !important;
}

.bgcolor-gray{
    background-color: #F0F0F0;
}

.bgcolor-lightgray{
	background-color:#999999 !important;
}

.bgcolor-lightgrayplus{
	background-color:#FAFAFA !important;
}

.bg-color, .bg-color #header-wrap {
    background-color: #36A9E1 !important;
}

.bordertop-lightblue{
	border:none;
	border-top:2px solid #36A9E1;
}

.border-gray{
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.borderbottom-darkgray{
	border:none;
	border-bottom:1px solid #999999;
}

.borderbottom-dashed-darkgray{
	border:none;
	border-bottom:1px dashed #999999;
}

.text-hl{
	display:block;
	text-align:center;
	background-color:#999999;
	color:white;
	padding:5px;
}

.text-underline{
	text-decoration:underline !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1D71B8;
}

.no-border{
	border:none !important;
}

/* FONTs */
p{
	margin-bottom:10px;
}

label {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 48px;
	line-height: 60px;
}

h3 {
    font-size: 38px;
	line-height: 50px;
}

h3.small {
    font-size: 34px;
	line-height: 44px;
}

h4 {
    font-size: 28px;
	line-height: 42px;
	margin-bottom:18px;
}

h5 {
    font-size: 24px;
	line-height: 34px;
	margin-bottom:18px;
}

#page-title h1 {
	letter-spacing:0px;
}

#logo img {
    margin: 10px 0px;
}
#logo img {
    height: 110px;
}
#top-bar {
    border-bottom: 1px solid #DADADA;
}

.border-f5 {
    border-color: #DADADA !important;
}

.top-links-item {
    border-left: 1px solid #DADADA;
}

#top-social li {
    border-left: 1px solid #DADADA;
}

.font-smallest{
	font-size:12px !important;
}

.font-extra-small{
	font-size:14px !important;
}

.font-small{
	font-size:16px;
}

.font-medium{
	font-size:22px;
	line-height:24px !important;
}

.font-big{
	font-size:26px;
	line-height:34px !important;
}

.font-w{
	font-weight:600;
}

.font-w-medium{
	font-weight:500;
}

#content p {
    line-height: inherit;
}

/* BUTTONs */
.button{
	background-color:#36A9E1;
	font-size: 16px;
    text-transform: none;
}

.button-iscriviti{
	background-color:#267819;
	font-size: 16px;
    text-transform: none;
}

.button-border.button-white:not(.button-fill):hover {
    background-color: #1d71b8 !important;
}
.button-border.button-white {
	background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;	
}

.button-border.button-blue {
    color: #36A9E1;
    border-color: #36A9E1;
}
.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
.button-3d.button-blue:hover, .button-reveal.button-blue:hover, .button-border.button-blue:hover, .button-border.button-blue.button-fill::before {
    background-color: #36A9E1 !important;
}

/* MENU */
.menu-link{
	font-family: 'Montserrat', sans-serif;
}

.menu-item .menu-link {
  color: #1D71B8;  
}

.menu-item.active .menu-link {
	color: #36A9E1;
	border-bottom: 2px solid #36A9E1;
    padding-bottom: 17px !important;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #36A9E1;
}

.primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container, .primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content{
	margin-top:-2px;
}

.sub-menu-container, .mega-menu-content{
	border-top:2px solid #36A9E1;
}

.sub-menu-container .menu-item:hover > .menu-link {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #36A9E1;
}

.top-links-item > a{
	color:#999999;
}

/* HEADER */
#logo img {
    padding: 18px;
}
#top-bar{
	background-color:#FAFAFA;
}
#header {
    background-color: #FAFAFA;
}
#header-wrap {
    background-color: #FAFAFA;
}

.text-overlay-mask {
    opacity: 1;
}

.desc-sm .portfolio-desc h3 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-bottom: 10px;	
}

.content-wrap{
	padding:0px;
}


.hero-features {
    transform: translateY(-50%);
    padding: 40px 30px;
    max-width: 80%;
    margin-left: auto;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 4px solid rgba(0, 0, 0, .2);
}
.hero-features h3{
	font-size:16px;
	line-height: 34px;
}
.hero-features p{
	font-size:14px;
}

.section{
	background-color:#F0F0F0;
	overflow: visible;
}

.feature-box {
	padding:20px;
}
.feature-box img{
	max-width:120px;
}

.mission-goals .feature-box {
    box-shadow: 0 0 10px rgb(99 114 130 / 15%);
    padding: 25px 20px;
    border-radius: 10px;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #222222;
}
a.feature-box:hover{
	background-color:#36A9E1 !important;
}
a.feature-box:hover p{
	color:white !important;
}


/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.05);
	
}

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
	content: '';
	position: absolute;
}

.grid-border [class^=col-]:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }

.fbox-content {
    text-align: left;
}

.col-padding-half {
    padding: 2rem;
}

.card-image-container{
	position:relative;
}

.card-image-container .badge{
	position:absolute;
	top:1rem;
	left:1rem;
}

.badge{
	font-size:13px;
	font-weight:normal;
	padding: 0.65em 0.65em;
}

.desc-sm .portfolio-desc span {
    font-size: 80%;
}

.bg-info {
    background-color: #36A9E1 !important;
}

.bg-alert {
    background-color: #dc3545 !important;
}

.bg-confirm {
    background-color: #198754 !important;
}

.bg-infodgray {
    background-color: #6c757d !important;
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #36A9E1;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #36A9E1 !important;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #FFF !important;
    background-color: #36A9E0 !important;
    border-color: #36A9E0 !important;
}

.btn-link, .page-link, .page-link:hover, .page-link:focus {
    color: #36A9E0;
}

#gotoTop:hover {
    background-color: #36A9E0;
}

/* FOOTER */
#footer .font-small{
	font-size:16px;
}

.footer-logo {
    max-width: 250px;
}

#page-title {
    position: relative;
    padding: 4rem 0;
    background-color: #222222;
    border-bottom: 1px solid #222222;
}
#page-title h1{
	color:white;
	font-size: 34px;
	text-transform:none;
}

.breadcrumb {
    position: static !important;
    font-size: 90%;
    transform: none;
	font-size: 14px;
	padding-top:10px !important;
}
.breadcrumb a {
    color:white;
}
.breadcrumb a:hover {
    color: #36A9E1;
}
.shadow-light-blue{
    box-shadow: -8px 8px 0px #36a9e1;
	border: 1px solid #36a9e1;
}

.top-links-sub-menu, .top-links-section {
    border-top-color: #36a9e1;
}

.price-features {
    border: 1px solid #7E9680;
    border-color: #1D71B8;
    border-radius: 10px;
}
.text-title {
    position: relative;
    display: block;
    top: 15px;
    text-align: center;	
}
.text-title h3 {
    display: inline;
    margin-bottom: 0;
    padding: 0 20px;
    background-color: #FFF;
	font-size: 1.5rem;
    line-height: 1.5rem;
	color:#1D71B8;
}
.text-title h3 img {
	display: none;
}

.price-features > div { padding: 30px; }

.price-features .iconlist li {
	margin-bottom: 10px;
	font-size: 16px;
}
/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.hero-diagonal::before {
		width: 60%;
		-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	}

	.section-img {
		display: block;
		position: absolute;
		top: -30px;
		right: 0;
		width: 52%;
		height: 100%;
	}

	.section-img .section-img-sm {
		position: absolute;
		top: auto;
		bottom: -30px;
		left: -40px;
		right: auto;
		width: 360px;
		height: auto;
	}

	.schedule-wrap dt { margin-bottom: 20px; }

	.text-title h3 img {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		top: -1px;
	}

}

/* RIVISTE */
.logo-riviste{
    position: absolute;
    max-width: 200px;
    left: -90px;
    top: calc(50% - 100px);
}

.promo {
    position: relative;
    background-color: #FAFAFA;
}

.box-border-down{
	border-bottom:2px dashed #cdcdcd;
}

.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}
.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content { transform: translateY(-45px); }
.block-card-9 .grid-inner:hover .grid-icon { transform: translateY(-5px); }

@-webkit-keyframes kenburns {
  0% {
	-webkit-transform: scale(1) translate(0, 0);
			transform: scale(1) translate(0, 0);
	-webkit-transform-origin: 84% 84%;
			transform-origin: 84% 84%;
  }
  100% {
	-webkit-transform: scale(1.25) translate(20px, 15px);
			transform: scale(1.25) translate(20px, 15px);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
  }
}
@keyframes kenburns {
  0% {
	-webkit-transform: scale(1) translate(0, 0);
			transform: scale(1) translate(0, 0);
	-webkit-transform-origin: 84% 84%;
			transform-origin: 84% 84%;
  }
  100% {
	-webkit-transform: scale(1.25) translate(20px, 15px);
			transform: scale(1.25) translate(20px, 15px);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
  }
}

/* EVENTI */
.entry-info-over{
	position:absolute;
	left:23px;
	bottom:10px;
	background-color:black;
	color:white;
	padding:10px;
	opacity: 0.7;
}

.badge.badge-big{
	font-size:20px;
	font-weight:bold;
}

.block-tab-3 {
}

.block-tab-3 h1,
.block-tab-3 h2,
.block-tab-3 h3,
.block-tab-3 h4,
.block-tab-3 h5,
.block-tab-3 p {
	font-family: 'Inter',  sans-serif;
	color: #000;
}

.block-tab-3 .nav-link {
	padding: 20px 32px;
	color: #AAA;
	border-left: 1px solid #DDD;
	font-size: 1.25rem;
	transition: all .2s ease;
}

.block-tab-3 .nav-link:hover {
	color: #777;
}

.block-tab-3 .nav-link.active {
	color:#36A9E1 !important;
	
	border-color: #36A9E1;
	font-weight: 500;	
	background-color:#FAFAFA;
	
	border-width: 2px;
}

.card-columns.layout-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.card-columns a {
	position: relative;
	display: block;
}

@media (max-width: 991.98px) {
	.block-tab-3 .nav-link {
		border: 1px solid #CCC;
		padding: 10px 15px;
		margin: 5px;
		font-size: 1.15rem;
	}
}

.owl-stage {
    margin: 0 auto;
}

.fbox-bg.fbox-center.fbox-lg {
    margin-top: 3rem;
    min-height: calc(100% - 3rem);
}

/*
.fbox-content {
    text-align: center;
}
*/

.corsi-prezzo{
	position:absolute;
	bottom:10px;
	right:10px;
	background-color:white;
	font-size:12px;
}

/* BOX CHIAMATA ESPOSITORI */
.box-chiamata {
    display: none;
    width: 500px;
    background-color: #1D71B8;
    padding: 10px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    box-shadow: 0 0 7px #000;
	z-index:11;	
}

.box-chiamata img {
    width: 65px;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 100%;
}

.box-chiamata .info-chiamata {
    background: #fff;
    color: #000;
    text-align: center;
    box-shadow: 0 0 3px #000;
}

.box-chiamata .info-chiamata img {
    width: 100px;
    border: none;
    border-radius: 0%;
    padding: 0;
}

.box-chiamata h3 {
    color: #fff!important;
}

.box-chiamata .info-chiamata p {
    margin: 0;
    font-size: 10px;
}

.box-chiamata .box-durata {
    padding: 10px 15px;
    border: 1px solid #fff;
    display: inline-block;
}

#touchpoint .wrap{
    margin: 0;
    max-height: 140px;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

#touchpoint .wrap.open{
    max-height: 2000px;
}

/*
#touchpoint .utente {
    background: #777;
    box-shadow: 0 0 7px #000;
    padding: 15px;
}

#touchpoint .utente * {
    color: #fff!important;
}
*/
#touchpoint .utente img {
    width: 100%;
}

#touchpoint .utente>div div>span, #touchpoint .utente ul li>div div>span {
    display: block!important;
}

#touchpoint .utente .linkedin svg {
    background: #fff;
    padding: 2px;
    border-radius: 2px;
}

#touchpoint .utente .linkedin svg path {
    color: #777!important;
}

/*
#touchpoint .utente .stato-utente {
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 5px;
    line-height: 30px;
    display: inline-block;
    margin-top: 5px;
    color: black;
    font-weight: 500;
}
*/
#touchpoint .utente .stato-utente img {
    width: 20px;
    margin-left: 5px;
	filter: invert(1);
}

/*
#touchpoint .utente .meeting {
    background-color: #009245;
}

#touchpoint .utente .occupato {
    color: #ff1d25!important;
}

#touchpoint .utente .non-disponibile {
    color: #000!important;
}
*/

.logo-container{
	display:block;
	box-shadow: -3px 3px 0px #36a9e1;
    border: 1px solid #36a9e1;
	width:100%; 
	height:100px; 
	padding:10px;
	background-color: white;
}
.logo{
	width:100%; 
	height:100%;
	background-size: contain; 
	background-position: center; 
	background-repeat: no-repeat; 
}
img.logo{
	height:auto;
}
.allegati-popup-list a{
	display:block;
	border-bottom:1px dashed #999999;
	margin-bottom:20px;
	padding-bottom:20px;
}

.portfolio-image-loghi{
	margin-left: 3px;
}
.portfolio-image-loghi .logo-container{
	height:200px;
}
.owl-carousel .owl-item .portfolio-image-loghi-small img{
	width:auto;
	display: inline-block;
}
.portfolio-image-loghi-small{
	margin-left: 3px;
    margin-bottom: 3px;
	
	display: table;
    height: 100px;
	width:160px;
	
	width: 100%;
    text-align: center;
}
.portfolio-image-loghi-small .logo-container{
	/*height:100px;*/
	
	height: 100%;
    display: table-cell;
    vertical-align: middle;	
}

.home-disclaimer{
	position:absolute;
	top:90px;
	color:white;
}

.home-video-container{
	height:600px;
}

.block-tab-3 h1, .block-tab-3 h2, .block-tab-3 h3, .block-tab-3 h4, .block-tab-3 h5, .block-tab-3 p {
    font-family: inherit;
    color: #000;
}

.button.disabled, .button:disabled {
    opacity: 0.25 !important;
    pointer-events: none !important;
}

.separator-section{
    border-top: 1px dashed #a9a9a9;
    margin-top: 30px;
    margin-bottom: 30px;
}

.toolbar-evento-dett{
	margin-top:40px;
}

.toolbar-evento-dett-mobile{
    position: fixed;
    top: 61px;
    background-color: #010c12;
    z-index: 10;
	width:100%;
	padding:10px 0px;
}

/* NUOVA VERSIONE AREA ESPOSITORI */
.big-padding-bottom{
	padding-bottom: 170px !important;
}

.nav-pills .nav-link{
    background-color: #192F5E;	
	color: #fff;
    border-radius: 40px;
    padding: 5px 18px;
    font-weight: 600;
	margin-right:10px;
	font-size:15px;
}
.nav-pills .nav-link.active{
    background-color: #1D71B8;
	border: 1px solid white;
}
.section-expart{
	margin-top: -162px;
}
.expart-intro{
}
.section-expart-content{
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px #0000001c;
    background-color: white;
    margin-top: 40px;
}

.expart-intro>div:first-of-type>div{
	display:flex;
	align-items:center;
	background-color:#DBEAFE;
	border-radius:10px;
	justify-content:center;
	padding:20px;
}
.expart-intro>div:first-of-type img{
	margin-right:20px;
}
.expart-intro>div:first-of-type h4{
	margin-bottom:0px;
	color:#062C5A;
}
.expart-intro>div:first-of-type span{
	color:#1D71B8;
	font-weight: 600;
	display:inline-block;
}

.expart-intro-num-container>div>div{
	background-color:#F9FAFB;
	border-radius:10px;
	font-size: 14px;
	height:100%;
	padding:5px 15px;
}
.expart-intro-num-container>div:first-of-type>div{
	background-color:#1D71B8;
	color:white;
}
.expart-intro-num-container>div>div>div{
	text-align:right;
}
.expart-intro-num-container>div>div>p{
	margin-bottom:0px;
}
.expart-intro-num-container>div>div>span{
	text-align:right;
	font-size:30px;
	font-weight: 600;
}

.section-expart-body{
	background-color:#F9FAFB;
	margin-top:20px;
	padding:20px;
	border-radius:12px;
}
.section-expart-search #search{
	max-width:200px;
    max-width: 340px;
    display: inline-block;
	margin-right:20px;
}
#searchForm .form-group{
	display: inline-block;
	margin-right:20px;
}
#searchForm .form-group label{
	margin:0px;	
}
.section-expart-search label {
    text-transform:none;
    letter-spacing: 0px;
}
.section-expart-buttons{
	/*text-align:right;*/
}
.button-orange{
	background-color:#FF8D28;
	color:white;
	font-weight: 100;
	letter-spacing: 0px;
}
.button-black{
	background-color:#000;
	color:white;
	font-weight: 100;
	letter-spacing: 0px;
}
.button-square{
	background-color:#1D71B8;
	border-radius: 10px;
	padding: 15px 20px;
}
.expart-items-header{
    background-color: #1D71B8;
    color: white;
    margin: 0px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
}
.expart-items-container{
    padding: 0px 15px;
}
.expart-item{
	background-color: #FFF;
	border-radius:12px;
	margin-top:10px;
	font-size:14px;
	padding:10px;
}
.expart-item h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    color: #1D71B8;
    line-height: 18px;
    margin-bottom: 15px;
}
.expart-item p{
	margin-bottom:0px;
}
.expart-item span{
	color:#1D71B8;
	font-weight:500;
}
.expart-item-company{
	background-color:#F9FAFB;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:6px;
}
.expart-item-person{
	padding-top:15px;
	padding-bottom:15px;	
}

.expart-item .button{
	letter-spacing:0px !important;
}

.expart-item .button.button-yellow{
	background-color:#FEF9C3;
	border-color:#FEF9C3 !important;
	color:#1D71B8 !important;	
    display: inline-flex;
    align-items: center;
    padding: 5px 15px !important;
}
.expart-item .button.button-yellow::before{
	content:"";
	width:20px;
	height:20px;
	background-image:url("../custom/images/clock-icon.svg");	
	display: inline-block;
    background-size: contain;
	margin-right:5px;
}
.expart-item .button.button-green{
	border-color:#16A34A !important;
	color:#16A34A !important;	
}
.expart-item .button.button-lightgreen{
	border-color:#BEE6CD !important;
	background-color:#BEE6CD !important;
	color:#15803D !important;	
}
.expart-item .button.button-red{
	border-color:#C13131 !important;
	background-color:#FECACA !important;
	color:#C13131 !important;	
}
.expart-item .button.button-green:not(.button-border) {
	color:#FFF !important;	
}

.expart-item .button {
   /* white-space: normal; */
}
.filter-box{
	height:100%;
	border:1px solid #DBEAFE;
	padding:3px 10px;
}
.filter-box span{
	display:inline-box;
	margin-right:20px;
	font-size:14px;
}
#logout{
	position:absolute;
	top:0px;
	right:30px;
	background-color:#DFE3E8;
	color:#1D71B8;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-size:14px;
	font-weight:700;
	padding:5px 5px;
	vertical-align: middle;
}
#logout::before{
	content:"";
	width:16px;
	height:16px;
	background-image:url("../custom/images/Vector.svg");	
	display: inline-block;
    background-size: contain;
	margin-right:5px;
	vertical-align: middle;
}

/* Nuova registrazione */
.section-registrazione{
	background-color:#F8F9FB;
	margin:0px;
	padding:60px 0px;
}
.section-registrazione h5{
	margin-bottom:10px;
}
.box-shadow{
	box-shadow: 0 0 10px rgb(99 114 130 / 15%);
	padding:40px 30px;
	border-radius:20px;
	font-size: 14px;
}
.form-separator-container{
	display:flex;
	align-items: center;
}
.form-separator-container::before {
    content: "";
    width: 100%;
    display: inline-block;
    border-left: 2px solid #E0E0E0;
    position: absolute;
    top: 0px;
    height: 100%;
    left: calc(50% - 1px);
}
.form-separator {
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 600;
	border: 2px solid #E0E0E0;
	position:relative;
}
.form-separator span{
	display:inline-block;
	width:20px;
	text-align:center;
	vertical-align: middle;
}
.form-separator-bg{
	background-color:#F8F9FB;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}

.section-registrazione .input-group-text{
	background-color:white;
	border-right:none;
	border-radius:10px;
}
.section-registrazione .input-group .form-control{
	border-left:none;
	border-radius:10px;
	padding-left: 5px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.section-registrazione input::placeholder {
    color: #999;
    opacity: 1; /* utile per Firefox */
}
.section-registrazione .form-control:active, .section-registrazione .form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
	border-left:none;
}

.section-registrazione .form-group{
	margin-bottom: 0;
}

.section-registrazione .font-small{
	font-size:12px;
}

.section-data-reg {
    margin-top: -162px;
    padding-bottom: 95px;
    margin-bottom: 0px;
	padding-top:0px !important;
}

.reg-fase-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-fase {
    display: block;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #E0E0E0;
    color: #999999;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 50px;
}
.reg-fase div {
    position: absolute;
    bottom: -32px;
    left: calc(50% - 120px/2);
    width: 120px;
    text-align: center;
    font-size: 13px;
}
.reg-sep {
    width: 50px;
    height: 2px;
    background-color: #E0E0E0;
    margin-left: 30px;
    margin-right: 30px;
}
.reg-fase.active {
	border-color:#0099CC;
	background-color:#0099CC;
	color:#0099CC;
}
.reg-fase.active span{
	color:#FFF;
}
.section-registrazione .input-group select{
	border-left:none;
	padding-left: 5px;
}
.registrazione-box-info{
	background-color:#E3F2FD;
	border-radius:5px;
	border-left:2px solid #0099CC;
	padding: 20px;
	color:#154B74;
	font-weight:600;
}

.registrazione-box-info-green{
	color:#46884A;
	background-color:#E8F5E9;
	border:2px solid #46884A;
	font-weight:600;
	border-radius:15px;
	padding: 20px;
}

.registrazione-box-info-plain{
	color:#154B74;
	background-color:#E3F2FD;
	border:2px solid #0099CC;
	border-radius:15px;
	padding: 20px;
	font-size:14px;
}

.box-small-green{
	background-color:#4CAF50;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
	padding:6px 12px;
	font-weight:600;
}

.box-small-blue{
	background-color:#0099CC;
	font-size:12px;
	color:#FFF;
	border-radius:5px;
	padding:6px 12px;
	font-weight:600;
}

.section-registrazione .color-green{
	color:#4CAF50;
}

.section-registrazione .color-bk-green{
	background-color:#4CAF50;
}

.section-registrazione .color-bk-blue{
	background-color:#0099CC;
}

.section-registrazione .color-blue{
	color:#0099CC !important;
}

.section-registrazione .color-gray{
	color:#535353 !important;
}

.section-registrazione h4{
	vertical-align:bottom;
	font-size: 34px;
}
.section-registrazione h4 span{
	font-size:14px;
	color:#666683 !important;
}

.matching-item{
	border:1px solid #E0E0E0;
	padding:15px;
	border-radius:6px;
}

.matching-item .button.button-square{
	border-color:#E0E0E0;
	padding: 6px 20px;
	color: #666666;
}
.matching-item .button.button-square.active{
	border-color:#36A9E1;
}

.section-registrazione h6{
	font-size: 16px;
    margin-bottom: 10px;
}

.section-registrazione .box-shadow{
	background-color:white;
}

.section-registrazione .font-big {
    font-size: 18px;
}
.section-registrazione .font-bigger {
    font-size: 21px;
}

.section-registrazione .type-pay-container a{	
	border-radius:10px;
	border:2px solid #E0E0E0;
	padding:20px;
}
.section-registrazione .type-pay-container a:first-of-type{
	margin-bottom:20px;	
}
.section-registrazione .type-pay-container a>div:first-of-type .type-pay-checker{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #E0E0E0;
}
.section-registrazione .type-pay-container a.active{
	border:2px solid #0099CC;
	background-color:#E6F4FF;
}
.section-registrazione .type-pay-container a.active>div:first-of-type .type-pay-checker{
	border:1px solid #0099CC;
	background-color:#0099CC;
}

.section-registrazione .box-shadow.active{
	border:2px solid #0099CC;
	background-color:#E6F4FF;	
}

.section-registrazione .form-control.disabled{
	background-color: #F8F9FB;
    border: 2px solid #E0E0E0;
    padding: 0.75rem 0.75rem;
}

.box-point {
    border-radius: 50%;
    background-color: #E3F2FD;
    color: #0099CC;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    width: 48px;
    text-align: center;
}

.box-point-container{
	border:1px solid #E0E0E0;
	border-radius:10px;
	padding:16px;
}

.section-registrazione .color-background-blue{
	background-color:#0099CC !important;
}

.background-gradient{
	background: #E2F2FD;
	background: linear-gradient(155deg, rgba(226, 242, 253, 1) 0%, rgba(188, 222, 251, 1) 100%);
}

.feature-reg div{
	text-align:center;
}
.feature-reg div div {
    font-size: 20px;
    border-radius: 50%;
    background-color: #FFF;
    display: inline-block;
    padding: 21px;
    /* width: 60px; */
    font-weight: bold;
    line-height: 1;
    margin-bottom: 13px;
}