

.border-filtra {
	width: 90%;
	border-style: solid;
	border-radius: 25px;
	border-color: #4a4949;
	border-width: 2px;
	padding-top:0.75rem;
	padding-bottom:0.5rem;
	padding-left:1.25rem;
	padding-right:1.25rem;
}

.filtro-ok{
	border-style: solid;
	border-radius: 15px;
	border-color: #ff6a00;
	background-color:#f5c5a4;
	border-width: 2px;
	padding:1rem;
	color:#ff6a00;
	font-size:1.1rem;
	line-height:1.25rem;
	text-align:center;
	z-index:999;
}
.btn-filtra {
	border-style: solid;
	border-radius: 5px;
	border-color: #4a4949;
	color: #4a4949;
	border-width: 1px;
	padding:0.4rem;
	font-size:1rem;
	line-height:1rem;
	font-weight:bold;
	margin-right:0.75rem;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
}

.btn-filtra:hover {
	color:#4a4949;
	background-color:#bfbfbf;
}


.btn-filtra:focus, .btn-filtra.focus {
	box-shadow: none;
}

.btn-filtra:not(:disabled):not(.disabled):active, .btn-filtra:not(:disabled):not(.disabled).active,
.show > .btn-filtra.dropdown-toggle {
	color: #ffffff;
	background-color: #4a4949;
	border-color: #4a4949;
}

.btn-filtra:not(:disabled):not(.disabled):active:focus, .btn-filtra:not(:disabled):not(.disabled).active:focus,
.show > .btn-filtra.dropdown-toggle:focus {
	box-shadow:none;
}

.no-shadow:not(:disabled):not(.disabled):active:focus, .no-shadow:not(:disabled):not(.disabled).active:focus,
.show > .no-shadow.dropdown-toggle:focus{
	box-shadow:none!important;
}


.text-filtra{
	color:#ff6a00;
	cursor:default;
} 

.text-filtra-filtra{
	color:#ff6a00;
	border-color:#ff6a00;
}
.text-filtra-filtra:hover{
	color:#ffffff;
	background-color:#ff6a00;
	
}
.text-filtra-filtra:not(:disabled):not(.disabled):active, .text-filtra-filtra:not(:disabled):not(.disabled).active,
.show > .text-filtra-filtra.dropdown-toggle {
	color: #ffffff;
	background-color: #ff6a00;
	border-color: #ff6a00;
}

.pos-filtra{
    text-align: right !important;
    width:95%;
}

.appear-filtra{
display:none;	
}


.gioco {
	list-style-type: none;
	display: flex;
	max-width: 600px;
	text-decoration: none;
	text-align: center;
	font-size: 70px;
	/*color:#ff6a00;*/
	/*margin-right:auto;
	margin-left:auto;*/
	margin:auto;
}








.my-thinborder-gioco {
	width: 230px !important;
	border-style: solid;
	border-radius: 25px !important;
	border-color: #4a4949;
	border-width: 3px;
	cursor: pointer;
	content: center;
	margin-left:auto;
	margin-right:auto;
	padding:.25rem;
}









.dis-filtra{
	display:none;
}


.textgioco {
	font-size: 1rem;
	line-height:1rem;
	color:#4a4949;
	font-weight: bold;
	text-align:center;
}

.my-center {
	margin-top: 10px !important;
	margin-bottom: 15px;
	text-align:center;
}

.dis_gioco {
	width: 70px;
	height: 70px;
	margin:auto;
}

@media (max-width: 1300px) {
	.appear-filtra{
		display:block;
	}
	.disappear-filtra{
		display:none;
	}
}

@media (max-width: 1263px) {
	.pos-filtra{
		text-align: center !important;
		width:100%;
		margin-top: 1rem;
	}
	
}

@media (max-width: 1225px) {
	.btn-filtra{
		font-size:0.8rem;
		line-height:0.8rem;
		padding:0.25rem;
		margin-right:0.5rem;
		margin-top:0.25rem;
		margin-bottom:0.25rem;
	}

	.appear-filtra{
		display:none;
	}
	.disappear-filtra{
		display:block;
		width:165px;
	}
}

@media (max-width: 1130px) {
	.appear-filtra{
			display:block;
		}
		.disappear-filtra{
			display:none;
		}
	}
	