.rr_page{
	margin: 0 20px;
}
.rr_row{
	background-color:white;
	border: 1px solid #ef0606;
	border-radius:20px;
	padding:10px;
	margin: 30px 0 0 0;
	box-shadow: 5px 5px 4px grey;
}
.rr_row.half{
	float:left;
	width:49%;
	min-width:600px;
}
.rr_row.half:nth-of-type(2n + 1){
	margin-right:1%;
}
.rr_row.half:nth-of-type(2n){
	margin-left:1%;
}
.rr_row h3{
	font-weight:normal
}
.rr_row table{
	width:100%;
	font-size:12px
}
.rr_row td, .rr_row th{
	text-align:left;
	border-top: 1px solid #ccc;
	border-bottom: none;
	vertical-align: top;
}
.rr_row input, .rr_row select{
	padding: 8px 2px;
	width:100%
}
/*.rr_row td a{
	display:inline-block;
	padding:10px; 
	border: 1px solid #e8955f;
	border-radius:10px;
}*/
.rr_row td a img{
    max-width: unset;
}
.rr_table_wrapper{
	overflow-x:scroll;
}
.rr_row tbody tr:nth-child(2n+1) {
    background-color: #fbfbfb;
}
.rr_row th {
    background-color: #ededed;
}
.overlay{
	position: fixed;
	z-index:1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: auto; 
    background: rgba(100,100,100,0.8);
}
.popup{
	background-color: #fefefe;
	max-width: 900px;
    margin: auto;
    margin-top: 60px;
	border-radius:20px;
	box-shadow: 5px 5px 4px grey;
}
a.pulsante{
	display:inline-block;
	padding:10px; 
	border: 1px solid #ef0606;
	border-radius:10px;
	box-shadow: 3px 3px 2px grey;
}
a.pulsante:hover{
		background-color:#ef0606;
	color:white;
}

ul.admin-menus{
	margin: 30px 20px!important ;
	border: 2px solid #ef0606;
	border-radius:20px;
	/*padding:10px;*/
	
}
ul.admin-menus li{
	display: inline-block;
    padding: 0 10px;
	margin:0
}
ul.admin-menus li a{
	text-decoration:none;
	display:block;
	padding:10px;
}
ul.admin-menus li a:hover{
	background-color:#ef0606;
	color:white;
}
ul.admin-menus li.current-menu-item{
	color:black;
	font-weight:bold
}