body{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    background-color: #bf2226; /* For browsers that do not support gradients */
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
	  background-attachment: fixed !important;
    background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36,36,36, 0) 0%, rgba(36,36,36, 0) 50%,rgba(255,255,255, 0.04) 50%, rgba(255,255,255, 0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40,40,40, 0) 0%, rgba(40,40,40, 0) 50%,rgba(255,255,255, 0.04) 50%, rgba(255,255,255, 0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99,99,99, 0) 0%, rgba(99,99,99, 0) 50%,rgba(45,45,45, 0) 50%, rgba(45,45,45, 0) 100%),radial-gradient(circle at 75% 99%, rgba(243,243,243, 0) 0%, rgba(243,243,243, 0) 50%,rgba(255,255,255, 0.04) 50%, rgba(255,255,255, 0.04) 100%),linear-gradient(226deg, rgb(0,231,255),rgba(255,0,0, 0.77));
}

/* ############################################################################################################################################ */

.bottone{
    /* font-size: min(2.5vw, 19px); */
    font-weight: bold;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #bf2226;
    border-width: 0px;
    border-color: #ffffff;
    color: #ffffff;

    padding-right: min(1.3vw, 15px);
    padding-left: min(1.3vw, 15px);
    padding-bottom: min(1.1vh, 10px);
    padding-top: min(1.1vh, 10px);
    min-height: 20px;
    min-width: 50px;

    /* padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 35px;
    min-width: 80px; */
    cursor: pointer;
}

.bottone:hover{
    background-color: #ffffff;
    color: #bf2226;
}

/* ############################################################################################################################################ */

.container{
  /* margin-top: 10%; */
	font-size: min(3vw, 19px);
	background-color: white;
	/* max-width: 1500px; */
	padding: 15px;
	/* width: 90%; */
	/* margin:50px auto; */
	overflow: hidden;
  border-radius: 20px;
	box-shadow: 0px 0px 40px 7px rgba(0, 0, 0, 0.603);
	transition: ease-in-out 0.3s;
}

.container:hover{
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.322);
}

/* ############################################################################################################################################ */

.generic-table{
  border-spacing: 0px;
	border-collapse: separate;
	width: 100%;
	border: 0px solid black;
}

.generic-table th:first-child {
  border-radius: 10px 0 0 0 !important;
}
.generic-table th:last-child {
  border-radius: 0 10px 0 0 !important;
}
.generic-table tr:last-child td:first-child {
  border-radius: 0 0 0 10px !important;
}
.generic-table tr:last-child td:last-child {
  border-radius: 0 0 10px 0 !important;
}

.generic-table tr:nth-of-type(even) {
	background: rgba(204, 204, 204, 0.555);
}

.generic-table th {
	background: rgb(64, 55, 224);
	color: white;
	font-weight: bold;
}

.generic-table td, .generic-table th {
	padding: 10px;
	border: 1px solid #ccc;
}

.generic-table .table_title{
	background: white;
	border:  0px;
	color: black;
	text-align: center;
	padding-top: 0px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.generic-table, .generic-table tbody, .generic-table td, .generic-table tr {
	   display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.generic-table thead{
    display: none;
		/* position: absolute;
		top: -9999px;
		left: -9999px; */
	}

	.generic-table tr { border: 1px solid #ccc; }

	.generic-table td{
    min-height: min(3vw, 19px);
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
    padding-left: 50%;
	}

	td:before {
		position: absolute;
    left: 6px;
		content: attr(data-column);

		/* NON DOVREBBERO SERVIRE */
    /* top: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		color: #000;
		font-weight: bold; */
	}
}

/* ############################################################################################################################################ */

#tasto-indietro{
	z-index: 1;
	position: fixed;
	margin-left: 10px;
	margin-top: 10px;
  /* font-size:  min(7vw, 40px); */
  border-radius: 10px;
  padding-right: 23px;
  padding-left: 25px;
}
