* {
	box-sizing: border-box;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #871205;
}

.navbar-top{
  width: 100%;
  height: 55px;
  /*background-color: #b71705;*/
  position: fixed;
  top: 0;
  z-index: 3;
}

.span-butt-conteiner{
  position: relative;
  left: 20px;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  width: 30px;

}

.span-butt{
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #F5FFFA;
  margin: 6px 0;
}

/*animazioni touch*/

.menu-app{
  position: fixed;
  top: 0px;
  left: -300px;
  background-color: black;
  width: 300px;
  height: 100%;
  display: block;
  padding-top: 50px;
  z-index: 3;
	overflow: auto;
	padding-bottom: 50px;
	transition:  .5s;
	text-align: center;
}

.menu-app.menu-app-animation{
		transition:  .5s;
		display: block;
		left: 0px !important;
}


.blur-box{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	z-index: 2;
}

.body-no-scroll{
	overflow: hidden;
}
/* fine animazioni touch*/
.logoImgHide{
	width: 80px;
	margin: auto;
}

/* width */
.menu-app::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.menu-app::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 0px;
	background-color: white;
}

/* Handle */
.menu-app::-webkit-scrollbar-thumb {
  background: #b71705;
  border-radius: 10px;
}

/* Handle on hover */
.menu-app::-webkit-scrollbar-thumb:hover {
  background: #871205;
}

#menu{
  padding: 0px;
}

.active{
  height: 80px;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
	background-color: black !important;
	opacity: 0.9;
	display: grid;
	grid-template-columns: 50px auto;
	align-items: center;
	text-align: left;
	padding-left: 50px;
}

.active:hover{
  background-color: #2e2e2e !important;
	transition: background-color 0.4s;

}

li.active{
  list-style-type: none;

}

.imgMenuS{
	width: 24px;
	height: 24px;
}



.popup{
  position: absolute;
  height: 100%;
  top: 0px;
  width: auto;
  text-align: center;

  color: white;
  cursor: pointer;
}


#userBox{
	right: 130px;
}

#userBoxU{
	right: 50px;

}

.side-menu{
  color: white !important;
  font-size: 16.5px;
line-height: 80px;

}

li.activeSot{
  list-style-type: none;
	display: none;
	cursor: pointer;

}

.activeSot:hover{

}

.side-menu-sot{
  margin-left: 40px;
  color: white;
  font-size: 16px;
	line-height: 80px;
	text-align: left;

}

.popuptext{
  position: absolute;
  top: 65px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
 color: white;
  background-color: black;
 display: none;
  transition:  0.3s;
  height: auto;
  text-align: center;
  padding-top: 20px;
  border-radius: 20px;
	font-family: 'Muli', sans-serif;
  font-size: 1.0em;
  z-index: 10;
	overflow: hidden;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid black;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50px;
  z-index: 10;
	display: none;
	transition:  0.3s;
}

.login-div{
  cursor: pointer;
  height: auto;
	min-height: 40px;
  text-align: center;
  line-height: 40px;
}

.login-div:hover{
	background-color: #484848 !important;
	transition: background-color 0.4s;
}

.account-image{
	display: flex;
/*	border: 4px solid white;*/
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin: auto;
	margin-top: 2px;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.menu-select{
	height: 100%;
	width: auto;
	margin: auto;

}


.menu-select-acc{
		height: 100%;
	width: auto;
	margin: auto;

}

.giorn-img{
	display: flex;
/*	border: 4px solid white;*/
	width: 48px;
	height: 48px;
	border-radius: 15px;
	margin: auto;
	margin-top: 2px;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
}
