@charset "UTF-8";

.h4style {
	font-size: 18px;
}

.contattaci-style {
	background-color: #06C;
	width: 100%;
}

.contattaci-custom-style {
	color: white;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}

a.contattaci-custom-style:hover {
	color: white;
	text-decoration: none;
	outline: none;
}

a.contattaci-custom-style:active {
	color: white;
	text-decoration: none;
	outline: none;
}

a.contattaci-custom-style:visited {
	color: white;
	text-decoration: none;
	outline: none;
}

a.contattaci-custom-style:focus {
	color: white;
	text-decoration: none;
	outline: none;
}

/*
 * proprieta' sovrascritte per validazione checkbox e radio
 * che altrimenti impostava la label bianca
*/
.has-error .checkbox label {
	color: #000000;
}

.has-error .radio label {
	color: #000000;
}

.child-checkbox {
	margin-left: 20px;
}

.datepicker.dropdown-menu{
	border-width: 1px 1px 4px 1px;
	min-width: 160px;
	background-clip: padding-box;
	background-color: #FFF;
	border-radius: 4px;
	line-height: 20px;
}

.trashDisabled{
	padding: 14px 16px 13px;
	line-height: 15px;
}

.table_66{
	width: 66%;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 170px;
	height: 170px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	z-index: 1050;
	top: 32%;
	left: 45%;
	transform: translate(-50%, -50%);
}

.header__links {
	color: #FFF;
    margin-top: 4px;
}

.header__links a {
	color: #FFF;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.estremi-iscrizione {
	font-size: 18px;
}

.tabs-container__form--bg-default.homepage-form {
	padding: 20px;
}

.dett-dati-anagrafici dl.dl-horizontal dt {
    width: 160px;
}

.dett-dati-anagrafici dl.dl-horizontal dd {
    margin-left: 160px;
}

.dett-dati-anagrafici legend {
	margin-bottom: 5px;
}

legend.reduced-margin-bottom {
    margin-bottom: 5px;
}

.copy-link {
	cursor: pointer;
	position: relative;
	top: 34px;
	right: 0px;
}

.grid-2-auto {
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.grid-5-auto {
	display: grid;
	grid-template-columns: repeat(5, auto);
}