@charset "utf-8";

.box {
	text-align: center;
}

.boxes {
	display: inline-block;
	cursor: pointer;
	width: 90px;
	background-color: #0399ff;
    height: auto;
    text-align: center;
    border: 1px solid #3C8DBC;
    padding: 20px 30px 0px 30px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 15px;
    transition: all 0.3s linear;
	box-shadow: 0px 0px 10px 0px #4f4f4f,0px 0px 30px 30px #005691 inset;
	-webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.1)));
}

.boxes:hover, .boxes:active, .boxes.disabled  {
	background-color: #ff0000;
	box-shadow: 0px 0px 10px 5px #4f4f4f,0px 0px 30px 30px #8e1919 inset;
	-webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 0, 0, 0.1)));
}

.boxes p {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box1l {
	padding-top: 37px;
}

.numerorev {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	border: 1px solid #ff0000;
	padding: 5px;
	border-radius: 15px;
	background-color: #ff0000;
	font-weight: bold;
	min-height: 20px;
	min-width: 20px;
}

#back_cerca {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	display: none;
}

#cerca_funzione {
	z-index: 10;
	position: fixed;
	top: 150px;
	right: -300px;
	width: 350px;
	background-color: #1565C0;
	color: #fff;
	border-radius: 15px 0 0 15px;
	box-shadow: 0 0 4px 0 #4f4f4f;
	transition: 0.7s;
}

#cerca_funzione i {
	/*float: left;*/
	cursor: pointer;
}

#cerca_funzione p {
	padding: 10px;
}

#cerca_funzione input {
	padding: 5px;
	/*box-shadow: 0 0 4px 0 #4f4f4f;*/
	border-radius: 5px;
	float: right;
	width: 80%;
	background-color: transparent;
	border: none;
	color: #fff;
}

#cerca_funzione input::placeholder {
	color: #fff;
}
