* {
	box-sizing: border-box;
	/* -webkit-user-select: none; */
	/* -moz-user-select: none; */
	/* -ms-user-select: none; */
	/* user-select: none; */
}

body {
	margin: 0;
	background: rgba(20, 35, 52, 1);
	overflow-x:hidden;
}


.contenitoreMenuLine{
    display:none;
}
.contenitoreAccountCricle{
    display:block;
}


.warning{
	color:red;
	text-shadow: 0px 0px 10px rgba(255, 0, 0, 1);
}
.formResetPWDElement{
	display:none;
}
.videoBackground{
	position: fixed;
	right: 0;
	opacity: 0.5;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index:-1;
}
.luminosaTxt{
	color:white;

	text-shadow: 0px 0px 10px rgba(0, 255, 255, 1);
}
.luminosaTxt.cliccabile:hover{
	color:lightgrey;
	text-shadow: 0px 0px 10px rgba(0, 255, 255, 0.6);
	cursor:pointer;
}
.luminosaBox{
	box-shadow: 0px 0px 10px 1px rgba(0,255,255,1);
}
.obreggiatoBox{
	box-shadow: 0px 10px 10px 0px rgb(0, 0, 0,0.4);
}
.input_presentazione{
	font-size: 1rem;
	color: #495057;
	border: none;
		border-top-color: currentcolor;
		border-right-color: currentcolor;
		border-bottom-color: currentcolor;
		border-left-color: currentcolor;
	border-top-color: rgb(206, 212, 218);
	border-right-color: rgb(206, 212, 218);
	border-bottom-color: rgb(206, 212, 218);
	border-left-color: rgb(206, 212, 218);
	border-radius: .25rem;
	padding: 0 5px;
	background: lightgoldenrodyellow;
	display: inline-block;
	width: 100%;
	margin-top: 7px;
}

.container.operativo .row.luminosaBox{
	margin:30px;
	padding-top: 15px;
	background: white;
	border: grey solid 2px;
	border-radius: 10px;
}
.container.operativo {
    padding-top: 80px;
}

.container_elementi{
	margin-bottom:5px;
}


/*accountbar*/
.navBar{
	border-bottom: 6px solid black;
	z-index: 999999;
    margin: -15px 0 15px 0;
    padding-top: 0;
    padding-bottom: 5px;
    top: 0;
    box-shadow: 0 2px 6px 0px rgba(0,255,255,1), inset 0px 3px 9px 0px rgba(0,0,0,0.75);
	background-color: rgba(144,144,144,0.95);
	display:none;
}

.navVoice{
	padding:4px 15px 0 15px;
	cursor:pointer;
	display:inline-block;
	transition: text-shadow 0.3s, opacity 0.1s;
}
.navVoice:hover{
	opacity:0.7;
}

.voiceSel{
	cursor:default;
	text-shadow:0px 0px 10px rgba(255, 255, 255, 1);
}

.tendaUsr{
	display: block;
	position: absolute;
	background: black;
	right: 0;
	top: 0;
	box-shadow: 0px 5px 5px 1px rgba(0,255,255,1);
	display:none;
	padding: 12px;
	z-index:999999;
}

.accountName{
	width: 100%;
	right: 0;
	text-align: right;
	color: white;
	cursor:pointer;
}
.areaTendina{
	z-index:999999;
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
.bar_accountbar{
	z-index:999999;
	background-color:black;
	padding-top:5px;
	margin:0 0 15px 0;
	padding-bottom:5px;
}

.voci_tendauser{
	margin-bottom:5px;
}

.logo_accountbar{
	vertical-align: text-bottom;
	height:30px;
}

.text_accountbar{
	margin-left: 10px;
	font-size: 25px;
	padding-bottom: -38px;
	display: inline-block;
	margin-top: 0;
}

.usericon_accountbar{
	font-size:30px;
	margin-top: 5px;
}

.tendacontainer_accountbar{
	z-index:999999;
	position: relative;
	top: -16px;
}

/*login*/
.pwd_login,.usr_login,.btn_reset,.pwd_reset{
	margin-bottom:15px;
}

.usr_login{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.resetPwdLink,.loginLink{
	margin-top: 20px;
	cursor:pointer;
}

.resetPwdLink:hover{
	opacity:0.5;
}


/*icone*/

.icona{
	cursor:pointer;
	margin:35px;
	display: inline-block;
	    text-align: center;
    width: 130px;
}

.icona .gfx{
	font-size:90px;
}
.icona .txt{
	font-size: 14px;
	margin-top: 8px;
	text-align:center;
}

.icona:hover{
	opacity:0.6;
}
/*guess*/
.btn_addGuess{margin-bottom:15px;}
.removeGuess{
	cursor:pointer;
	color:red;
}
.removeGuess:hover{
	opacity:0.6;
}
#modalAddGuess.modal,#modalAddEvent.modal{
z-index: 999999;
}

/*attendance - inizio*/
.selectAppelloAttendance{
	cursor:pointer;
	margin:0 15px;
}
.titoloAttendanceScheda{
	margin-left:15px;
}

.lastAttendance{
	color:#ed6b06;
}
.nextAttendance{
	position:absolute;
	right:0;
}

.presenceSquare,.presenceSquare.empty:hover{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border-bottom:1px solid darkgrey;
	border-right:1px solid darkgrey;
	border-top:1px solid grey;
	border-left:1px solid grey;
	background: lightgrey;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
}
.presenceSquare.empty{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border-bottom:1px solid grey;
	border-right:1px solid grey;
	border-top:1px solid darkgrey;
	border-left:1px solid darkgrey;
	background: lightgrey;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	cursor:pointer;
}

.payCheck,.presenceCheck,.attendanceAbsence{
	color:green;
	font-size:40px;
	position:absolute;
	top:0;
	left:0;
	position:relative;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.attendanceAbsence{
	color:red;
	left: 5px;
}
.noPay{
	color:darkgrey;
	font-size:40px;
	position:absolute;
	top:0;
	left:0;
	position:relative;
}

.espandi{
	cursor:pointer;
	font-size:20px;
	color:darkgrey;
	position: absolute;
	right: 15px;
	z-index:999998;
}

.espandi:hover{
	color:lightgrey;
}


.attendanceColTxtarea{
	padding:5px;
}

.attendanceTxtarea{
	top:0;
	left:0;
	height:100%;
	width:100%;
	resize: none;
	padding: 0 5px;
	border:solid lightgray 1px;
	border-radius:15px;
}



.nav-tabs .nav-link {
	background-color:lightgrey;
}

.icona.btn_login{
		display:none;
}


@media only screen and (max-width: 575px){
	.text_accountbar{
		font-size: 12px;
		margin-right: 30px;
	}
	.contenitoreMenuLine {
		margin: 0;
	}
}


@media only screen and (max-width: 767px){
	.contenitoreMenuLine {
		display: block;
		margin: 0 20px;
		position: absolute;
	}
	.icona.btn_login{
		display:inline-block;
	}
	.navBar>.container,
	/* .ingrandimentoBox, */
	.espandi,
	/* .usericon_accountbar, */
	.onlyBig{display:none;}
	.container.operativo .row.luminosaBox {
		margin:0;
	}
	.text_accountbar{
		vertical-align: super;
	}
	.icon{
		margin: 20px;
	}
	.contenitoreMenuLine{
	display:block;
	}
	.contenitoreAccountCricle{
		display:none;
	}
	.contenitoreLogo{
		padding:0 60px;
	}
}
@media only screen and (max-width: 992px){
	.onlyBig{display:none;}
}
.modifica_piazzista,
.merge-piazzista,
.invite_piazzista {
	cursor:pointer;
}

.listPeople{
	overflow-x: scroll;
}

.attiva_luoghi_noti{
	cursor:pointer;
}
.attiva_luoghi_noti:hover{
	opacity:0.5;
}
.cont_chiudi_luoghi_noti{
	width:100%;
	text-align:right;
	top:-5px;
	right:3px;
	position:absolute;
	margin:0;
	padding:0;
}
.chiudi_luoghi_noti{
	cursor:pointer;
	font-size:12px;
}
.chiudi_luoghi_noti:hover{
	color:red;
}
.btn_luogo_noto{
	cursor:pointer;
	border:darkgrey solid 1px;
	background:grey;
	color:white;
	border-radius:15px;
	padding:2px;
	margin:5px;
	width: calc(33% - 30px);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}
.btn_luogo_noto:hover{
	background:lightgrey;
}


.el_piazze_fid{
	width: -moz-fit-content;
	border-radius: 10px;
	cursor: pointer;
	font-size: 10px;
	padding: 1px 3px;
	display: inline-block;
}

.salute_titolo,.vedi_dettagli_dato{
	font-size: 17px;
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	text-align: right;
	padding: 5px 15px;
	cursor: pointer;
}

.salute{
	position: relative;
	background: gray;
	width: 100px;
	height: 100px;
	bottom: calc(50% - 92px);
	left: calc(50% - 50px);
	border-radius: 50%;
}

.salute_titolo{
	position: absolute;
	display: inline-block;
	width: 100%;
	right: 0;
	text-align: right;
	padding: 5px 15px;
	cursor: pointer;
	top: 0;
}

.salute_titolo > .salute {
    position: absolute;
    background: gray;
    width: 20px;
    height: 20px;
    margin-bottom: 25%;
    margin-left: 25%;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    left: unset;
}
.elenco_ruoli_pop, .elenco_piazze_pop {
    width: 100%;
    padding: 0 15px;
}

.elenco_ruoli_pop {
   margin-bottom:15px;
}

@media (min-width: 768px), (min-width: 1024px){
  .container.operativo {
  	padding-top: 125px;
	}
}
