@-moz-keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}

@-webkit-keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}

@keyframes ripple {
	5%, 100% {opacity: 0;}
	5% {opacity: 1;}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	background-repeat: repeat;
	background-color: #f6f6f6;
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	background-color:transparent!important;
	min-height: 100%;
}
body.fe{
	position: relative;
}
body.fe:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
html.labicicleta body.fe:before {
	opacity: 0.1;
	background-image: url("/assets/img/lindyhop_background_pattern_small.jpg");
}
html.asdfortino body.fe:before {
	opacity: 0.8;
	background-image: url("/assets/img/bg_fortino_small.png");
}

html.alma body.fe:before {
	opacity: 0.9;
	background-image: url("/assets/img/bg_alma_2.jpg");
	background-size: cover;
}

#main-container {
	position: relative;
	background-color: transparent;
    min-height: 100%;
}

.fe-banner {
	background-size: auto;
	background-position: center;
	background-color: #396D8C;
	opacity: 0.2;
	height: 150px;
	margin-bottom: -100px;	
}

#main-container.with-aside {
	margin-left: 16%;
	margin-right: 1%;
	margin-top: 42px;
}

header {
	background-color: #f6f6f6;
/* 	height: 60px; */
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

header #main-title {
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

aside {
	background-color: #f6f6f6;
	position: fixed;
	top: 0;
	left: 0;
	width: 15%;
	bottom: 0;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu-item{cursor:pointer;padding:10px 20px;border-bottom:1px solid #ddd;word-break: break-word;}


.center-vert {
	display: flex;
	align-items: center;
	justify-content: center;
}

#login-cont {
	width: 100%;
	height: 100%;
}

#login-cont-inner {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
	background-color: #fff;
	margin: auto;
	width: 30%;
	max-width: 640px;
}

.padded {
	padding: 30px;
}

.iscrizione-evento .fe-banner, .landing-evento .fe-banner {
	background-image:
		url("https://lh6.googleusercontent.com/JyZSLtAaheNi0FqNKjH2SP32yzWxAD3gzmyK02Q8aunxTqS5My7DIVddSCHHLgxOvuSDl4jjtQ=w1600");
}

.fe-form-content {
	margin: auto;
	width: 640px;
}

.fe-form-content form>div, .fe-form-content > div {
	margin-top: -100px;
	background-color: #fffa;
	margin-bottom: 48px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	word-wrap: break-word;
	color: rgba(0, 0, 0, 0.87);
	padding-bottom: 50px;
}

.accent {
	background-color: #396D8C;
	color: rgba(0, 0, 0, 1);
	height: 8px;
}
.accent-sub {
	background-color: #999;
	color: rgba(0, 0, 0, 1);
	height: 4px;
}

.form-sep {
	margin-top: 50px;
}

.generic-form-header {
	text-align: center;
}

.generic-form-title {
	color: #555;
	font-size: 26px;
	line-height: 40px;
}

.generic-form-description {
	color: #aaa;
	font-size: 16px;
	margin-bottom: 50px;
}

.fe-form-content form .input-field {
	padding: 0 5px !important;
}

.fe-form-content form .input-field.col label, .radio-label, .checkbox-label {
	font-size: 20px;
}

.fe-form-content-inner {
	padding: 12px 0;
	margin-bottom: 2em;
}

.form-evento .fe-form-content-inner {
	text-align: center;
}

.fe-form-content-inner>div, .fe-form-fields .row {
	padding: 0 34px;
}

.fe-form-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 135%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 12px;
}

.fe-form-subtitle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 115%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 15px;
}

.fe-form-description {
	white-space: pre-wrap;
	line-height: 135%;
}

.fe-form-description-cont, .required-claim {
	margin-top: 22px;
	font-size: 14px;
}

.required-claim, .required-star {
	color: #db4437;
}

.required-claim {
	margin-bottom: 32px;
}

body {
	font-family: "Roboto", sans-serif;
}

.form-sep {
	/* margin-bottom: 30px; */
	font-size: 26px;
}

input[name=iscrizione-codice-fiscale] {
	text-transform: uppercase;
}

.dropdown-content li>a, .dropdown-content li>span {
	color: #4c4c4c;
}

.select-wrapper {
	margin-top: 10px;
}

.select-wrapper+label {
	color: rgba(0, 0, 0, 0.87) !important;
}

.cont-btn-form {
	padding: 0 25px;
	margin-top: 16px;
	text-align: right;
}

.clear {
	clear: both;
	width: 100%;
	height: 0;
}

.form-evento #msg-form {
	background: #ea9494;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid darkred;
	color: darkred;
	text-align: center !important;
}

#toast-container {
	top: auto !important;
	right: auto !important;
	bottom: 5%;
	left: 32%;
	width: 36%;
}

.toast {
	text-align: center !important;
	word-break: break-word !important;
	width: 100% !important;
}

#edit-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
	overflow: auto;
}

#edit-layer .fe-form-content form>div {
	margin-top: 20px;
}

.no-scroll {
	overflow: hidden;
}

.alert-danger {
	background-color: #e65f55a8;
	padding: 10px;
	color: #4c4c4c;
}

.row-date .select-wrapper {
	width: 20%;
	float: left;
	margin-right: 10px;
}

.row-date .select-wrapper:nth-child(3) {
	width: 35%;
	float: left;
	margin-right: 10px;
}

.row-date .select-wrapper .caret {
	top: -30px;
}

.row-date .select-wrapper li:not (.selected ) {
	line-height: 1rem;
	min-height: 30px;
}

.row-date .select-wrapper li:not (.selected ) span {
	padding-top: 6px;
	padding-bottom: 6px;
}

#msg-form {
	position: absolute;
	left: 50%;
	width: 300px;
}

#msg-form.bottom {
	margin-left: -200px;
	width: 400px;
}

a, a:hover, a:active, a:focus, a:visited {
	text-decoration: none ! important;
}

#list-utenti, #list-iscritti {
	min-height: 400px;
	background-color: white;
}

.pagination {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.pagination ul {
	list-style: none;
	margin: 2px auto;
	padding-left: 0;
}

.pagination ul li {
	display: inline;
	text-align: center;
	margin: 0 3px;
}

.pagination ul li.large {
	margin: 0 5px;
}

@media only screen and (max-width: 640px) {
	.fe-form-content {
		width: 100%;
	}
	.fe-form-title {
		font-size: 24px;
		text-align: center;
	}
	.fe-form-content-inner {
		padding-top: 15px;
	}
	.fe-form-description-cont {
		margin-top: 15px;
		text-align: center;
	}
	.required-claim {
		text-align: center;
	}
	.fe-form-content-inner>div, .fe-form-fields .row {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fe-form-fields .row, .generic-form-fields .row {
	margin-bottom: 32px
}

.fe-form-fields label {
	display: block;
}

label>span.sublabel, div>span.sublabel {
	font-size: smaller;
	font-style: italic;
    padding: 0px 0px 12px 8px;
    display: inline-block;
}

label input[type=radio] {
	margin: 10px 10px 0px 0px
}

.btn-utenti-action {
	text-decoration: underline! important;
/* 	margin: 4px 4px 0 0; */
/* 	position: absolute; */
/* 	bottom: 15px; */
}

.btn-utenti-action-right {
	right: 10px;
	float: right;
	clear: both;
	margin: 4px 4px 0 0;
}


.btn-utenti-action-right>a {
	color: white !important
}

.box-utenti-action {
	position: relative;
}

.msg-fixed {
	position: fixed;
	border-radius: 4px;
	width: 580px;
	max-width: 100%;
	background-color: #eee;
	border: 1px solid #333;
	color: #333;
	top: 18%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	text-align: center;
}

.msg-fixed a {
	color: #999;
}

.msg-fixed div {
	margin: 0 8px 16px 8px;
}

.msg-fixed.error {
	background-color: lightsalmon;
	border: 1px solid red;
	color: red;
}

#close-alert {
	float: right;
	margin-right: 12px;
	margin-top: 8px;
	font-size: 15px;
	display: block;
}

#cont-show-hide-filters {
	padding: 0 0 10px;
	text-align: center;
}

#cont-show-hide-filters a {
	font-size: 12px;
}

#filter-form {
	padding-bottom: 20px;
}


.riga-utente, .riga-iscritto{box-shadow:1px 2px 6px rgb(0 0 0 / 60%);padding:10px;margin-bottom:15px;}
.sezione-filtro, .box-utenti-action{padding:8px 12px;box-shadow:-2px 2px 4px rgba(0,0,0,0.2);margin-bottom: 8px;}
.sezione-filtro-tit{font-size:18px;font-weight:bold;margin-bottom:4px;}
.be-boxed{background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.24)}

.gotoev{cursor:pointer;box-shadow:0 0 5px rgba(0,0,0,0.2);background:white;padding:20px;text-align:center;margin:10px 2.5%;width:45%;float:left;}
.aside-gotoev{cursor:pointer;padding:10px 20px;border-bottom:1px solid #ddd;}
.be-select-filter{margin-top:8px;padding:10px;box-shadow:0 0 3px rgba(0,0,0,0.24)}
.be-select-filter .filter-label{font-size:18px;font-weight:bold;margin-bottom:15px;}
.cambia-stato-new{display:none;width:32px}

.cont-checkbox input[type=checkbox]{margin-right:6px; width: 3%;}
.cont-checkbox label{font-size: inherit!important; display: inline-block;width: 95%; vertical-align: middle;padding: 6px 0 6px 6px;}

.section{background-color: white;}
.section div.space{padding:16px;}

.text-small{font-size: 0.8rem;}

/* MOBILE */
@media (max-width: 1024px) {
	.hide_mobile{display:none}
	#login-cont-inner{width:100%}
	.menu-item{padding:8px 6px}
	.gotoev{width:100%}
	.fe-banner {
		height: 160px;
	}
	.mobile-space{
		margin: 12px 4px;
	}
}

