@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face{
	font-family: 'Candara';
	src: url('../fonts/CANDARA.eot');
	src: url('../fonts/CANDARA.woff') format('woff'),
		url('../fonts/CANDARA.ttf') format('truetype');

	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'Candara Bold';
	src: url('../fonts/Candara Bold.eot');
	src: url('../fonts/Candara Bold.woff') format('woff'),
		url('../fonts/Candara Bold.woff2') format('woff2'),
		url('../fonts/Candara Bold.ttf') format('truetype');

	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'Bodoni 72';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/bodoni-72-medium-webfont.eot');
    src: url('../fonts/bodoni-72-medium-webfont.woff2') format('woff2'),
         url('../fonts/bodoni-72-medium-webfont.woff') format('woff'),
         url('../fonts/bodoni-72-medium-webfont.ttf') format('truetype');
}
@font-face{
	font-family: 'Bodoni Bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/bodoni72c_bold-webfont.eot');
    src: url('../fonts/bodoni72c_bold-webfont.woff2') format('woff2'),
         url('../fonts/bodoni72c_bold-webfont.woff') format('woff'),
         url('../fonts/bodoni72c_bold-webfont.ttf') format('truetype');
}

* {
	box-sizing: border-box;
	/* -webkit-user-select: none; */
	/* -moz-user-select: none; */
	/* -ms-user-select: none; */
	/* user-select: none; */
}

input{
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

body {
	margin: 0;
	background:#ffffff;
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
}


.contenitoreMenuLine{
    display:none;
}
.contenitoreAccountCricle{
    display: inline-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;
}
.luminosaTxt.cliccabile:hover{
	color:lightgrey;
	cursor:pointer;
}
.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: 134px; */
}

.container_elementi{
	margin-bottom:5px;
}


/*accountbar*/
.navBar{
	z-index: 999999;
    margin: 0px 0 15px 0;
    padding-top: 0;
    padding-bottom: 0px;
    top: 0;
  /*  box-shadow: 0 2px 6px 0px #ec7404, inset 0px 3px 9px 0px rgba(0,0,0,0.75);*/
	background-color: rgba(144,144,144,0.95);
	display:none;


	-o-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-ms-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-moz-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-webkit-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
}

.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: white;
	right: 0;
	top: 0;
/*	box-shadow: 0px 5px 5px 1px #ec7404;*/
	display:none;
	padding: 12px;
	z-index:999999;
    border-top: none;
    color:black;
}

.accountName{
	width: 100%;
	right: 0;
	text-align: right;
	color: black;
	cursor:pointer;
	position:absolute;
}
.areaTendina{
	z-index:1000;
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
	background: white;


	-o-transition: box-shadow .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-ms-transition: box-shadow .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-moz-transition: box-shadow .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-webkit-transition: box-shadow .4s ease-out, padding .4s ease-out, height .4s ease-out;
	transition: box-shadow .4s ease-out, padding .4s ease-out, height .4s ease-out;
}
.bar_accountbar{
	z-index:999999;
    background-color: white;
    margin: 0;
    padding-bottom: 5px;
    height: 105px;
    /*border-bottom: solid 1px black;*/
    color: black;


	-o-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-ms-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-moz-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	-webkit-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
	transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out;
}
.formSelectLang {
	margin-top: 17px;
	/* margin-right: 0px; */
	position: relative;
	display: inline-block;

}
.voci_tendauser{
	margin-bottom:5px;
}
.fc-basic-view .fc-day-number {
	padding: 2px 10px;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
	border-color: darkgray;
}
.fc-state-default {
	border: 1px solid darkgray;
	background-color: #f5f5f5;
	background-image: none;
	color: #333;
}
.my_input{
    width: inherit;
    margin-bottom: 10px;
}
.loghi_bassi{
    background-size: contain;
    width: calc(100% / 9);
    height: 400px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 130px;
    margin-left: 5px;
    margin-top: 30px;
    cursor:pointer;
}
.loghi_alti{
    background-size: contain;
    width: calc(100% / 9);
    height: 400px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 130px;
    margin-left: 5px;
    cursor:pointer;
}
.loghi_bassi:hover {
	transition: opacity 1s;
	opacity: 0.5;
}
.loghi_alti:hover {
	transition: opacity 1s;
	opacity: 0.5;
}
.scritta_home_sr{
    width: calc(100% / 9);
    cursor:pointer;
}
.logo_accountbar {
	position: absolute;
	top: 13px;
	left: 25px;
	height: 70px;
	cursor: pointer;
	-o-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out, top .4s ease-out;
	-ms-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out, top .4s ease-out;
	-moz-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out, top .4s ease-out;
	-webkit-transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out, top .4s ease-out;
	transition: margin .4s ease-out, padding .4s ease-out, height .4s ease-out, top .4s ease-out;
}
.logo_sroom{
    /* background-image: url('https://CDN.wx-italia.it/img/loghi/logo_wx.jpg'); */
    background-size: contain;
    height: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0 auto;
    margin-top: 10px;
    /*margin-left: -110px;*/
}
.text_accountbar{
	margin-left: 10px;
	font-size: 25px;
	padding-bottom: -38px;
	display: inline-block;
	margin-top: 0;
	color: black;
	font-family: bodoni;
	font-size: 32px;
}

.usericon_accountbar {
	font-size: 18px;
	margin-top: -10px;
}

.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;
}
.pwd_login,
.pwd1,
.pwd2{
	-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;
}
.prodotto{
    /* cursor:pointer; */
	margin-bottom:30px;
}
.col-md-6.prodotto.prod_out {
    width: 540px;
    height: 735px;
    margin-bottom: 40px;
}
.col-md-6.prodotto.prod_out > img {
    width: 100%;
    height: auto;
}

.col-md-6.prodotto.prod_prod {
    width: 525px;
    margin-bottom: 60px;
}
.col-md-6.prodotto.prod_prod > img {
    max-width: 459px;
	width:100%;
}
.col-md-6.prodotto.prod_prod.\32 01W3138>img{
	width:72%;
}

.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;
}

.icona.account_mobile{
	display:none;
}

@media only screen and (max-width: 575px){
	.text_accountbar{
		font-size: 12px;
		margin-right: 30px;
	}
	.contenitoreMenuLine {
		margin: 0;
	}

	.icona.account_mobile{
		display:inline-block;
	}
	.iconaPagina.icona.account{
		display:inline-block;
	}
}


.cont_pref_car{
	display:inline-block;;
}
@media only screen and (max-width: 767px){
	.contenitoreMenuLine {
		display: block;
		margin: 0 20px;
		position: absolute;
	}
	.icona.account_mobile{
		display:inline-block;
	}
	.iconaPagina.icona.account{
		display:inline-block;
	}
	.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;
	}
	.formSelectLang{
		display:none;
	}
	.cont_pref_car{
		display:none;
	}
	.contenitoreLogo{
		padding:0 60px;
	}
}
@media only screen and (max-width: 992px){
	.onlyBig{display:none;}
}
.modifica_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:black;
	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;
}

.articolo_imm_modal {
	cursor: zoom-in;
}


.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;
}

td.left-align{
	text-align:left;
}

.elenco_ruoli_pop {
   margin-bottom:15px;
}

.medicale{
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 18px;
}

.table-bordered thead th{
    background-color: #666;
    border-color: #32383e;
    color:white;
    /*border: solid 1px black;*/
}
.table-bordered tbody td{
    background:white;
    color:black;
    border: solid 1px black;
    text-align: center;
}
.table-bordered {
    border: 1px solid black;
}
.page-item.disabled{
    background: white;
    border: white;
    color: black;
}
.page-item.disabled
.page-link{
    background: white;
    border: white;
    color: black;
}
.page-item.active
.page-link{
    background: white;
    border: white;
    color: black;
}
.page-link{
   background: white;
    border: white;
    color: black;
}
.custom-select.custom-select-sm{
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: right;
}
.h3{
    font-family: helvetica;
}
.container_generation{
    background: white;
    padding-top: 60px;
    padding-bottom: 45px;
}
.btn_sel_indietro{
    position: fixed;
    top: 193px;
    left: 27px;
    color: white;
    cursor:pointer;
	margin-top:-70px;
	z-index:1000;
	font-weight:bold;
}
.select_white{
    border-radius:0;
    color: black;
    background: white;
}
.select_lang {
	-webkit-appearance: none;
	/* border: solid 1px #323232; */
	border-radius: 0;
	padding: 2px;
	background-image: url("../img/icone/icon_select.svg");
	background-position: 90% 80%;
	background-repeat: no-repeat;
	background-size: 10px;
	width: 80%;
	border: none;
	/* border: white; */
}
.select_black{
    border-radius:0;
    border:none;
    color: white;
    background: black;
    /*border: white;*/
}
.checkbox_img {
    background: white;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 6px;
    cursor: pointer;
    top: 4.5px;
    border: solid 1px black;
    text-align: right;
    z-index: 10;
    border-radius: 50%;
}
.checkbox_capo {
	background: white;
	height: 20px;
	width: 20px;
	position: relative;
	right: calc(20px - 100%);
	cursor: pointer;
	top: 20px;
	border: solid 1px black;
	text-align: right;
	z-index: 10;
}
.codice_selezione {
    color: black;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 100px;
}

.marca_selezione {
    font-weight: bold;
    margin-top: -18px;
    font-size: 18px;
    color: black;
    font-family: 'Bodoni 72';
}
.collezione_selezione {
    font-size: 18px;
    font-weight: bold;
    margin-top: -9px;
    text-align: center;
    color: black;
    margin-bottom: 56px;
    font-family: 'Candara';
}
.personalizza_selezione {
    border: solid 1px darkgray;
    text-align: center;
    cursor: pointer;
    color: black;
    font-weight: bold;
    background: aliceblue;
    border-radius: 10px;
    padding: 4px;
    font-family: 'Bodoni Bold';
    font-size: 21px;
    letter-spacing: 4px;
	position: absolute;
	width: calc(100% - 40px);
	margin-top: 217px;
	top: 0px;
}
.img_selezione {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 53px;
    background: white;
    border-radius: 10px 10px 0 0;
}

.capo_selezione{
   	position: relative;
	width: auto;
	top: -24px;
	height: 135px;
	max-width:100%;
}
/*.box_foto{*/
/*    margin-right: 15px;*/
/*    margin-left: 16px;*/
/*}*/

.img_des {
	position: relative;
	right: calc( 16px - 100%);
	color: red;
	z-index:15;
}
.img_sel{
    position: relative;
	right: calc( 18px - 100%);
    color: green;
    z-index:15;
}
.popover {
   max-width: 500px;
   border-radius:0;
}
/*.modal-backdrop{*/
/*    background:#fff;*/
/*}*/
input[disabled] {
    color:black;
}
.boxDisclaimer{
    background:black;
}
.modal-content{
    border-radius:0;
}
select.form-control{
     border-radius:0;
}
.fc-state-default.fc-corner-right{
    border-radius:0;
}
.fc-state-default.fc-corner-left{
    border-radius:0;
}
#opzioniAquisto{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	border: none;
	width: 100%;
}
#opzioniAquisto tr td{
	padding: 4px 2px;
}
#opzioniAquisto tr td p{
	margin: 0;
}
#opzioniAquisto tr{
	border: none;
	background-color: #FFFFFF;
}
#opzioniAquisto tr#intestTableOpzioni{
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
}
#carrello_collezioni_aperte{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	border: none;
}
#carrello_collezioni_aperte tr td{
	padding: 12px 4px;
}
#carrello_collezioni_aperte tr{
	border: none;
	background-color: #E6E6E6;
}
#carrello_collezioni_aperte tr.sec{
	background-color: #FFFFFF;
}
#carrello_collezioni_aperte tr#intest_table{
	background-color: #808080;
	font-weight: 600;
}
#carrello_collezioni_aperte tr#totale{
	background-color: #000000;
	font-weight: 600;
	color: #FFFFFF;
}
#carrello_collezioni_aperte tr#totale td{
	padding: 4px 4px;
}
td{
	border: none;
}
.button{
    font-weight: 700;
    color: #000000;
    padding: 0 16px;
    background: none;
    border: none;
    cursor: pointer;
}

.opzione{
    display: inline-block;
    padding: 8px 5px;
    padding-top: 2px;
    margin-right: 12px;
    /* cursor: pointer; */
    opacity: 1;



	-o-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.opzione div{
        background-color: #FFFFFF;
       display: inline-block;
       width: 30px;
       height: 28px;
       margin-right: 5px;
       /* border: solid 1px #A2A2A2; */
       vertical-align: middle;
       background-size: cover;
       background-position: center;
}
.my_select{
	-webkit-appearance: none;
	border: solid 1px #323232;
	border-radius: 0;
	padding: 2px;
	background-image: url("img/icone/icon_select.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 7px;
	width: 90%;
}
.my_input{
	-webkit-appearance: none;
	border: solid 1px #323232;
	border-radius: 0;
	padding: 2px;
}
/*.non_active{*/
/*	opacity: 0.25;*/
/*}*/
.cerchio_tessuto.selected{
    border:solid 1px black;
    opacity:1;
	display:none;
}
.cerchio_tessuto{	display: none;
    border: 1px solid #A2A2A2;
    opacity:0.7;
    width: 50px;
    height: 50px;
-o-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-ms-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-moz-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-webkit-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
}
.cerchio_colore.selected{
    border:solid 4px #ffe300;
    opacity:1;
}
.cerchio_colore{
    margin-top:10px;
    margin-bottom:10px;
	background-size: cover;
	background-repeat:no-repeat;
    border: 1px solid #A2A2A2;
    opacity:0.7;
    width: 70px;
	height: 70px;
-o-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-ms-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-moz-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
-webkit-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
}
.cerchio_lavaggio.selected{
    border:solid 1px black;
    opacity:1;
}
.cerchio_lavaggio{
    border: 1px solid #A2A2A2;
    opacity:0.7;
}

/* .cerchio_colore:hover{ */
	/* width: 150px; */
	/* height: 150px; */
	/* margin: -50px; */
	/* z-index: 999999; */
	/* opacity: 1; */
/* } */

.colorsize-elm:hover{
	z-index: 999999;
}
/* .cerchio_tessuto:hover{ */
	/* width: 150px; */
	/* height: 150px; */
	/* margin: -50px; */
	/* z-index: 999999; */
	/* opacity: 1; */
/* } */
.filtro{
    opacity:0.4;
    cursor:pointer;
}
.filtro.selected{
    opacity:1;
}

.filtri_new{
    opacity:0.4;
    cursor:pointer;
}
.filtri_new.selected{
    opacity:1;
}

.container_generation{
    background: white;
}

.titolo_collezione{
    color:black;
}

.div_color_white{
    color:black;
}

.div_background_black{
    background:white;
}

.div_color_black{
   color:white;
   background:black;
}

.my_input{
    border: solid 1px black;
}

#opzioniAquisto{
	background-color: black;
	color: white;
	font-size: 10px;
	border: none;
	width: 100%;
}
#opzioniAquisto tr td{
	padding: 4px 2px;
}
#opzioniAquisto tr td p{
	margin: 0;
}
#opzioniAquisto tr{
	border: none;
	background-color: black;
}
#opzioniAquisto tr#intestTableOpzioni{
	background-color: black;
	font-weight: 600;
	font-size: 14px;
}
#carrello_collezioni_aperte{
	background-color: black;
	color: white;
	font-size: 10px;
	border: none;
}
#carrello_collezioni_aperte tr td{
	padding: 12px 4px;
}
#carrello_collezioni_aperte tr{
	border: none;
	background-color: #808080;
}
#carrello_collezioni_aperte tr.sec{
	background-color: black;
}
#carrello_collezioni_aperte tr#intest_table{
	background-color: #808080;
	font-weight: 600;
}
#carrello_collezioni_aperte tr#totale{
	background-color: white;
	font-weight: 600;
	color: black;
}
#carrello_collezioni_aperte tr#totale td{
	padding: 4px 4px;
}
td{
	border: none;
}
.button{
    font-weight: 700;
    color: black;
    padding: 0 16px;
    background: none;
    border: none;
    cursor: pointer;
}
.opzione{
    display: inline-block;
    padding: 8px 5px;
    padding-top: 2px;
    margin-right: 12px;
    /* cursor: pointer; */
    opacity: 1;



	-o-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	-moz-transition: opacity .4s ease-out;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.opzione div{
	/* background-color: black; */
	display: inline-block;
	width: 90px;
	height: 190px;
	margin-left: 5px;
	/* border: solid 1px #A2A2A2; */
	vertical-align: middle;
	background-size: cover;
	background-position: center;
}
.my_select{
	-webkit-appearance: none;
	border: solid 1px #323232;
	border-radius: 0;
	padding: 2px;
	background-image: url("img/icone/icon_select.svg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 7px;
	width: 90%;
}
.my_input{
	-webkit-appearance: none;
	border: solid 1px #323232;
	border-radius: 0;
	padding: 2px;
}
/*.non_active{*/
/*	opacity: 0.25;*/
/*}*/
.divs_col{
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.ordine_da_confermare{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 24px;
}
.ordine_da_confermare p{
	position: relative;
	text-align: right;
	font-size: 15px;
	line-height: 16px;
	color: black;
	margin:0;
}

.ordine_da_confermare .tit_ordine_da_confermare{
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	cursor: pointer;
}

.ordine_da_confermare .linea_ordine_da_confermare{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: black;
	vertical-align: middle;
}

.ordine_da_confermare .coll_ordine_da_confermare{
	font-family: 'Bodoni-24-Medium';
}

.ordine_da_confermare .brand_ordine_da_confermare{
	font-weight: 700;
}

.ordine_da_confermare .prezzo_ordine_da_confermare{
	margin-top: 12px;
	font-weight: 700;
}

.ordine_da_confermare.active .tit_ordine_da_confermare{
	color: #F7931E;
}
.documento_da_firmare{
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.signiture_dati{
	position: relative;
	width: 100%;
	background-color: white;
}
.button_sign{
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	margin-right: 12px;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: 700;
	color: white;
	background-color: black;
	border: solid 1px white;
}

.button_sign.nero{
	color: black;
	background-color: white;
	border: solid 1px white;
}


.button_sign:hover{
	color: black;
	background-color: white;
	border: solid 1px white;
}

.button_sign.nero:hover{
	color: white;
	background-color: black;
	border: solid 1px white;
}


.button_sign.hover{
	color: black;
	background-color: white;
	border: solid 1px white;
}

.button_sign.nero.hover{
	color: white;
	background-color: black;
	border: solid 1px white;
}

#signature_cont{
	border: solid 1px black;
	height: 80px;
}

.meta_riga{
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 15px 15px;
}

@media screen and (max-width: 767px){
	.meta_riga{
		width: 100%;
	}
}
#doc_firmato{
	position: absolute;
	top: 100%; left: -200%;
	width: 300%; height: 110%;
	opacity: 0; cursor: pointer;
}
#caricamento_ordine{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: white;
	background-color: rgba(0,0,0,0.5);
	display: none;
	text-align: center;
}
.br_white{
    border-right: solid 1px black;
}
.link_ordine_firmato{
    color:white;
}

input.form-control{
    border-radius: 0;
}

.riq_taglia_2{
     /*border: solid 1px #A2A2A2;*/
     text-align: center;
     height: 40px;
     width: 40px;
     line-height: 40px;
}

.container_iframe{
    width: 100%;
    position: absolute;
    left: 16px;
    top:0;
}

#ls-vimeo-3{
	width: 100%;
	left: -1px;
	position: absolute;
	top: -82px;
}

.scritta_video{
 	background-image: url(../img/loghi/kaos-logo-light-small.png);
	background-size: contain;
	height: 145px;
	width: 250px;
	background-repeat: no-repeat;
	top: 350px;
	position: relative;
	z-index: 980;
	left: 200px;
}

.img_news{
    background-image: url(../img/news.png);
    background-size: contain;
    width: auto;
    height: 325px;
    background-repeat: no-repeat;
}
.contenitore_news{
    background: #D4D4D4;
    margin-top: 50px;
    height:420px;
}

.agenda{
    background-image: url(../img/agenda.png);
    background-size: contain;
    width: auto;
    height: 325px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 130px;
}
.ordini{
    background-image: url(../img/ordini.png);
    background-size: contain;
    width: auto;
    height: 162px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 130px;
}

.input_ordini {
	color: white;
	cursor: pointer;
	background: rgb(108,87,68);
	height: 30px;
	position: relative;
	left: -45px;
	border: none;
	width: 243px;
	top: 19px;
	text-align: center;
}

.dettagliEventoNote{
    border-radius:0;
}


#lente_quadrata{
	position: absolute;
	width: 30%;
	height: 30%;
	border: solid 1px #FFFFFF;
	background-color: rgba(255,255,255,0.4);
	top: 0; left: 0;
	display: none;
}
#anteprimaGrande{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
	display: none;
	z-index: 999999;
	background-color: #FFF;
	margin-left: 20px;
	background-size: 333%;
	background-position: 0 0;
	background-repeat: no-repeat;

	box-shadow: 0 0 8px 0 #303030;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}

.areaTendina.scroll{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
}

.areaTendina.scroll .bar_accountbar{
    padding-top: 5px;
    margin: 0 0 0px 0;
    padding-bottom: 0px;
    height: 80px;
}

.areaTendina.scroll .navBar{
    margin: 0 0 5px 0;
}

.areaTendina.scroll .bar_accountbar .container .row .logo_accountbar {
	height: 80px;
	/* margin-left: -70px; */
	top: 0;
	margin-left: calc(0% - 125px);
}

.meta_riga_override{
	width: 50%; display: inline-block; vertical-align: top; position: relative;
}

.cont_video{
	top: 125px;
}

.imm_anteprima{
	width: 70%;
	margin-bottom: 10px;
}


.display_inline_block{
	display: inline-block;
}

.padding_top_60{
	padding-top: 60px;
}
.container_calendar{
	margin-top: 15px;
}

.menu_mobile{
	display: none;
	position: relative;
	width: 100%;
	padding: 15px 0;
	overflow: auto;
	max-height: 80%;
	text-align: center;
}

.menu_mobile .navVoice{
	width: 100%;
	text-align: center;
}

.home_btn_showroom{
	position: relative;
	display: inline-block;
	width: 14%;
	width: calc(100% / 7);
	max-width: 131px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}
.home_btn_showroom.alto{
	padding-top: 0;
}
.home_btn_showroom.basso{
	/* padding-top: 60px; */
}

.home_btn_showroom p{
	font-weight: 700;
}
.home_btn_showroom .imm{
	position: relative;
	display: inline-block;
	width: 90%;
	width: calc(100% - 10px);
	height: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	-o-transition: width .3s ease-out, opacity .3s ease-out, height .3s ease-out;
	-ms-transition: width .3s ease-out, opacity .3s ease-out, height .3s ease-out;
	-moz-transition: width .3s ease-out, opacity .3s ease-out, height .3s ease-out;
	-webkit-transition: width .3s ease-out, opacity .3s ease-out, height .3s ease-out;
	transition: width .3s ease-out, opacity .3s ease-out, height .3s ease-out;
}
.home_btn_showroom.alto .imm{
	margin-bottom: 60px;
}

.home_btn_showroom:hover .imm{
	width: 100%;
	opacity: 0.7;
}

.pr_1{
	margin-top: 60px;
}

.container_video{
	height: 520px;
}
.div_collezione{
	padding-top: 15px;
}

.titolo_destro{
	text-align: right;
}
.left_al{
	text-align: left;
}
.right_al{
	text-align: right;
}
.cont_home_col{
	width: 85%;
}
.image_coll_home{
	width: 80%;
}
.cont_coll_home{
	width: 20%; marign-left: 2%; text-align: center;
}
.dai_pref{
	width: 50%; overflow: hidden; display: inline-block; vertical-align: top; margin-right: -5%;cursor:pointer;
}
.dai_pref.sec{
	margin-top: 80px;
}

.dai_pref .ttt{
	text-align: left;
}

.dai_pref.sec .ttt{
	text-align: right;
}
.t_align_left_center{
	text-align: left;
}
.t_align_right_center{
	text-align: right;
}
.show_unde_767{
	display: none;
}

.fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.fullscreenBtn {
 background: LIGHTBLUE;
    color: white;
    border-radius: 15px;
    height: 50px;
    width: 60px;
    text-align: center;
    position: absolute;
	right: 50%;
    display: block;
	margin-right: -370px;
	bottom:0px;
	cursor: pointer;
	opacity: 0.5;
}

.fullscreenBtn.open {
	z-index: 2001;
	position: fixed;
	bottom: 20px;
	right: 30px;
	margin-right: 0;
}

.fullscreenBtn:hover {
	opacity: 1;
}

.nascosto{
	display: none;
}

@media screen and (max-width: 767px){
	.meta_riga_override{
		width: 100%;
	}
	.meta_riga_override_sec{
		margin-top: 25px;
	}
	.imm_anteprima{
		width: auto; height: 70px; border: solid 1px #A2A2A2; margin: 10px; margin-bottom: 0;
	}
	.hide_unde_767{
		display: none;
	}
	.show_unde_767{
		display: initial;
	}
	.container_generation{
	    padding-top: 0;
	}
	.padding_top_60{
		padding-top: 15px;
	}
	.foto_art{
		padding-top: 15px;
	}
	.cerchio_colore {
		border: 1px solid #A2A2A2;
		opacity: 0.7;
		width: 60px;
		height: 190px;
		-o-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-ms-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-moz-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-webkit-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
	}
	.immagine_secondaria{
		padding: 0;
		display: inline-block;
		color: #323232;
		text-align: center;
		vertical-align: top;
		position: relative;
		bottom: -599px;
	}
	.articolo_imm_modal{
		width: 100%;
		position: relative;
		top: -81px;
	}
	.navBar {
		margin: 0;
	}
	.areaTendina.scroll .navBar {
		margin: 0;
	}
	.foto_out{
		padding-top: 15px;
	}
	.areaTendina{
		max-height: 100%;
	}
	.home_btn_showroom{
		width: 25%;
	}
	.pr_1{
		margin-top: 0px;
	}
	.parte_destra_barra{
		display: none;
	}
	.container_video{
		height: 400px;
	}
	.logo_sroom{
		margin-top: 16px;
		height: 38px;
	}
	.titolo_destro{
		text-align: left;
	}

	.left_al{
		text-align: center;
	}
	.right_al{
		text-align: center;
	}

	.cont_home_col{
		width: 90%;
	}

	.image_coll_home{
		width: 100%;
	}
	.cont_coll_home{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.t_align_left_center{
		text-align: center;
	}
	.t_align_right_center{
		text-align: center;
	}
}

@media screen and (max-width: 575px){
	.logo_accountbar{
		margin: 0;
		height: 60px;
		top: 5px;
		margin-left: -34px;
	}
	.areaTendina.scroll .bar_accountbar .container .row .logo_accountbar{
		margin: 0;
		height: 60px;
		top: 5px;
		margin-left: -34px;
	}
	.bar_accountbar{
		padding-top: 0;
		margin: 0;
		height: 68px;
	}
	.areaTendina.scroll .bar_accountbar{
		padding-top: 0;
		margin: 0;
		height: 68px;
	}
	.container_operativo{
		padding-top: 68px;
	}
	.container.operativo{
		padding-top: 68px;
	}
	.cont_video{
		top: 68px;
	}
	.container_generation{
	    padding-top: 0;
	}
	.hide_unde_575{
		display: none;
	}
	.padding_top_60{
		padding-top: 15px;
	}
	.home_btn_showroom{
		width: 33%;
		max-width: 180px;
	}
	.container_video{
		height: 280px;
	}
	.logo_sroom{
		margin-top: 24px;
		height: 20px;
	}
	.dai_pref{
		width: 90%;
		width: calc(100% - 30px);
		margin: 0;
	}
	.dai_pref.sec{
		margin: 0;
		margin-top: 15px;
	}

	.dai_pref .ttt{
		text-align: left;
	}

	.dai_pref.sec .ttt{
		text-align: left;
	}
	.cerchio_colore {
		border: 1px solid #A2A2A2;
		opacity: 0.7;
		width: 50px;
		height: 190px;
		-o-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-ms-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-moz-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		-webkit-transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
		transition: margin .4s ease-out, width .4s ease-out, height .4s ease-out;
	}
	.immagine_secondaria{
		padding: 0;
		display: inline-block;
		color: #323232;
		text-align: center;
		vertical-align: top;
		position: relative;
		bottom: -540px;
	}
	.articolo_imm_modal{
		width: 100%;
		position: relative;
		top: -81px;
	}
}
@media screen and (max-width: 410px){
	.home_btn_showroom{
		width: 50%;
		max-width: 180px;
	}
}

.button_slide{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.25);
	cursor: pointer;

	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;

	-o-transition: background-size .4s ease-out, background-color .4s ease-out, height .4s ease-out;
	-ms-transition: background-size .4s ease-out, background-color .4s ease-out, height .4s ease-out;
	-moz-transition: background-size .4s ease-out, background-color .4s ease-out, height .4s ease-out;
	-webkit-transition: background-size .4s ease-out, background-color .4s ease-out, height .4s ease-out;
	transition: background-size .4s ease-out, background-color .4s ease-out, height .4s ease-out;
}

.button_slide:hover{
	background-color: rgba(255,255,255,0.75);
	background-size: 40px;
}

.button_slide.up{
	background-image: url("../img/fr_su.png");
	top: 0;
}

.button_slide.down{
	background-image: url("../img/fr_giu.png");
	bottom: 0;
}

.preloader_kangra{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}

.style_prodotto{
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.nomeArt{
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	font-family:'Bodoni 72';
}
.prezzoArt{
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 24px;
}

.add_button_cart{
	height: 50px;
	margin-top: 30px;
	border: solid 1px #A2A2A2;
	border-radius:0;
	cursor: pointer;
	background-color:#f0f0f0;
}
.add_button_cart:hover{
	background-color:#c0c0c0;
}


.col-md-12.container_elementi.cont_video{
	text-align:justify;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

#video_back{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: initial;
}

#scroll_offset1{
	position: relative;
	width: 50%;
	vertical-align: top;
	padding: 25px 0;
	margin: 0;
}
#scroll_offset2{
	position: relative;
	height: 100%;
	margin: 0;
}

.col-md-12.container_elementi.cont_video .container.operativo{
	height: 100%;
	margin: auto;
	padding: 0;
}

.immagine_ingrandita_live{
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.immagine_ingrandita_live .container.operativo{
	height: 100%;
	margin: auto;
	background-color:rgba(255,255,255,1);
	padding: 0;
	overflow:auto;
	padding-top:100px;
	overflow-x:hidden;
	overflow-x: -moz-hidden-unscrollable;
}

.marginator{
	margin-top: 20px;
}
.cont_close_imgBig{
	text-align:right;
}
.close_imgBig{
	cursor:pointer;
}
.imagine_art{
	max-width: 75%;
	padding: 0;
	display: inline-block;
	color: #323232;
	text-align: center;
	vertical-align: top;
}
.imagine_art>.preloader{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
	display: none;
}
.spinner_preloader{
	position:relative;
	top:50px;
}

.carousel-inner.vertical{
     max-width: 25%;
     padding: 0;
     display: inline-block;
     color: #323232;
     text-align: center;
     vertical-align: top;
}
 .cont_immagine_secondaria{
     position: relative;
     height: 570px;
     overflow: hidden;
}
 .immagine_secondaria.normal_div{
     position: relative;
     width: 100%;
     top: 0px;
}
 .img-responsive.imm_anteprima{
     cursor:pointer;
}
 .foto_art{
    display: inline-block;
     color: #323232;
     text-align: left;
     vertical-align: top;
}
 .comt_immagine_secondaria{
    font-weight: 700;
     margin-bottom: 25px;
}
 .articolo_titolo_modal{
    font-weight: 700;
     margin-bottom: 25px;
}

.descrizione_articolo{
	 font-size: 12px;
	 line-height: 16px;
}

.p_cartella_colore{
	font-weight: 700;
	margin-bottom: 0;
}

.vedi_articoli_cartella{
	cursor:pointer;
	text-align: right;
	margin-top: 24px;
}

.titolo_cat{
	font-weight: 700;
	margin-bottom: 10px;
	margin-top:20px;
}

.cont_cat{
	width: 100%;
	margin-bottom: 8px;
}

.bottoni_interazione_articolo{
	text-align:right;
	margin-top:-25px;
}

.prefProdottoModal{
	width: 18px;
	margin-right: 12px;
	cursor:pointer;
}

.addCarelloModal{
	width: 18px;
	cursor:pointer;
}

.immagine_out{
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	color: rgb(50, 50, 50);
	text-align: left;
	vertical-align: top;
	display: none;
}

.immagine_out canvas{
}

.foto_out{
	display: none;
}

.preloader_page{
	position:fixed;
	z-index:1000000000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.8);
}
.preloader_page .load_text{
	position:relative;
	width:100%;
	height:300px;
	top:40%;
	text-align:center;
}

.logo_sroom.hide_unde_767{
	margin-top: 25px;
	height: 30px;
}

.contenitoreMenuLine{
	z-index:1000;
	cursor:pointer;
	top: 22px;
	left: 0;
}

.parte_destra_barra{
	padding-top: 17px;
	text-align: right;
}

.formSelectLang{
	display: none;
	max-width: 120px;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	margin-right: 5px;
}

.select_lang.select_white{
	font-size:13px;
	width: 100%;
}

.cont_pref_car{
	position: relative;
	z-index: 10;
	vertical-align: middle;
}

.icona_cliccabile_menu{
	cursor:pointer;
	margin-right: 5px;
}

.top_35_row{
	margin-top:35px;
}

.login_logo_regolator{
	text-align: center;
	position: relative;
	top: -40px;
}

.logo_login{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.logo_showbox_wx{
	width: 100%;
	max-width: 350px;
	margin-bottom: 14px;
	text-align: center;
}

.contenitoreAccountCricle{
	position: relative;
	width: 24px;
	vertical-align: middle;
	height: 24px;
}


.usericon_accountbar.variation{
	width: 22px;
	margin: 0;
}


.navBar{
	display: none;
	text-align: right;
	background: white;
	position: relative;
}

.navBar>.container{
	text-align: center;
	position: relative;
}

.voci_tendauser.top_class{
	margin-bottom: 16px;
	color: #808080;
}


.form_tendauser{
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 15px;
}

.cliccabile{
	cursor:pointer;
}

.btn_logout_tenda{
	font-weight: 500;
	background: none;
	margin-top: 8px;
}

.btn_livescreen{
	cursor:pointer;
	color:black;
}

.btn_livescreen_selected{
	color:red;
}

.btn_livescreen:hover{
	opacity:0.5;
}





.logo_showbox_wx {
	position:fixed;
    width: 150px;
    max-width: 350px;
    bottom: 25px;
	right:25px;
    text-align: right;
}


.icon_home_admin{
	font-size: 50px;
	margin-bottom: 15px;
}


.apri_coll_pref{
	padding-top: 1rem;
	background-color: #F2F2F2;
	cursor: pointer;
	border-bottom: solid 1px #E2E2E2;
	margin-bottom: 15px;
}
.apri_coll_pref:hover{
	background-color: #E2E2E2;
}

.articleSelector{
	border: 1px solid darkgrey;
	display: inline-block;
	padding: 1px 11px;
	border-radius: 5px;
	background: lightgrey;
	margin: 5px;
	margin-left: 0;
	margin-right: 10px;
	cursor: pointer;
	transition: background-color 1s;
}
.articleSelector:hover{
	background: white;
}
.colore_disponibile:hover{
	opacity: 0.4;
}

.tasto_preferiti{
	position: absolute;
	right: 38px;
	top: 20px;
	color: black;
	z-index: 1;
}
.icona_menu_preferiti{
	color:black;
}
.tasto_preferiti.pref_1,
.icona_menu_preferiti.filtro_attivo{
	color:red;
}

.row.bar_accountbar>.container,
.container.operativo {
	max-width: calc(100% - 20px) !important;
}

.row.bar_accountbar>.container{
	position:absolute;
	height:105px;
}

.contenitoreIcons{
	position:absolute;
	top:0;
	right:125px;
	height:100%;
	width:calc(100% - 570px);
}

.systemIcons{
	display: block;
    position: absolute;
    right: 10px;
    width: 66px;
    top: 0;
    text-align: right;
    height: 100%;
}

.my_data_icon{
	position: absolute;
    top: 41.5px;
    font-size: 22px;
    right: 76px;
}

.tutorial_btn{
	position: absolute;
    top: 41.5px;
    font-size: 22px;
    right: 38px;
}

.logout_btn{
	position: absolute;
    top: 41.5px;
    font-size: 22px;
    right: 0px;
}

.b2b_store{
	font-family:'Bodoni 72';
	position: absolute;
	top: 37px;
	font-size:22px;
	left: 500px;
}


.title_download_area{
	position: absolute;
    color: white;
    top: 209px;
    z-index: 100;
    font-family: 'Bodoni 72';
    font-size: 24px;
    letter-spacing: 3px;
    border-bottom: 1px white solid;
    text-align: right;
    width: 600px;
    padding-bottom: 10px;
    text-transform: uppercase;
	transition: 1s right;
	right: -600px;
}
.container_download_area{
	position: absolute;
    width: 623px;
    top: 270px;
    right: 0;
    padding-top: 20px;
    height: 400px;
    z-index: 100;
    color: white;
	display:none;
}

.link_download_item{
	color: white;
	position: relative;
	opacity:1;
	transition: 0.5s opacity;
	text-decoration:none;
}

.icon_download_item{
	font-size: 57px;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 2px;
    margin-left: 70px;
}

.download_material{
	display: inline-block;
}

.name_download_item{
	font-family: 'Bodoni 72';
	font-size: 24px;
}

.detail_download_item{
	font-family: 'Candara';
	font-size: 18px;
}
.separator_download_item{
	height: 30px;
}




.btn_home{
	opacity:1;
	position: absolute;
    z-index: 100;
    background: white;
    top: 200px;
    padding: 15px 30px;
    outline: solid 1px white;
    border: solid 1px black;
    border-radius: 5px;
    font-family: 'Bodoni 72';
    font-size: 18px;
    letter-spacing: 3px;
	left:-300px;
	transition:0.5s opacity, 1s left;
}

.btn_home:hover{
	opacity:0.5;
}

.link_download_item:hover{
	opacity:0.5;
	color:white;
	text-decoration:none;
}

.video_bg.bg_home{
	height: calc(100% - 130px);
    top: 105px;
    width: 100%;
    position: fixed;
    left: 0;
    overflow: hidden;
}

.video_bg.bg_home>video{
	top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: black;
    filter: sepia(1) hue-rotate(872deg) brightness(0.5);
}

.video_bg.bg_home .mask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#ffffffff;
	transition:background 1s;
}
.icone_menu_admin{
	cursor:pointer;
}
.icone_menu_admin.prima{
	right: 141px;
	position:absolute;
	top: 36px;
	font-size: 28px;
}
.icone_menu_admin.seconda{
	right: 76px;
	position:absolute;
	top: 41px;
	font-size:22px;
}
.icone_menu_admin.terza{
	right:10px;
	position:absolute;
	top: 42px;
	font-size:22px;
}