html, body {
    padding: 0;
    margin: 0;
    font: 14px 'Open sans', sans-serif;
    color: #333;
	cursor: default;
}
form {
    padding: 40px;
    background: #DDD;
    border: 1.5px solid #343a40;
    width: max-content;
    margin: 30px auto;
	border-radius: 4px;
	box-shadow: 2px 2px 3px whitesmoke, 2px -2px 3px whitesmoke, -2px 2px 3px whitesmoke, -2px -2px 3px whitesmoke;
}
table {
    background: #343a40;
    margin: auto;
	border-radius: 4px;
	border-collapse: separate !important;
	width: unset !important;
	box-shadow: 2px 2px 3px whitesmoke, 2px -2px 3px whitesmoke, -2px 2px 3px whitesmoke, -2px -2px 3px whitesmoke;
}
td {
	padding: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 3px !important;
	border-top: 0 !important;
	vertical-align: middle !important;
}
th {
	text-align: center !important;
	padding: 4px !important;
	padding-top: 2px !important;
	padding-bottom: 3px !important;
	border-top: 0 !important;
	vertical-align: middle !important;
	border-radius: 2px !important;
	background-color: lightgray !important;
}
h1 {
	text-align: center;
	text-shadow: 1px 1px 1px yellow, 1px -1px 1px yellow, -1px 1px 1px yellow, -1px -1px 1px yellow, 3px 3px 3px #212529, -3px 3px 3px #212529, 3px -3px 3px #212529, -3px -3px 3px #212529;
}
h1.RIS {
	text-align: center;
	color: rgb(0,102,255);
	text-shadow: 2px 2px 3px white, -2px 2px 3px white, 2px -2px 3px white, -2px -2px 3px white;
	font-weight: bold;
}
h1.PRO {
	text-align: center;
	color: rgb(255,153,0);
	text-shadow: 2px 2px 3px white, -2px 2px 3px white, 2px -2px 3px white, -2px -2px 3px white;
	font-weight: bold;
}
h1.FL {
	text-align: center;
	color: rgb(153,51,255);
	text-shadow: 2px 2px 3px white, -2px 2px 3px white, 2px -2px 3px white, -2px -2px 3px white;
	font-weight: bold;
}
select.FSA {
	border-radius: 4px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align-last: center;
	font-size: 15px !important;
	height: 25px;
	border: 1px solid #343a40;
	opacity: unset !important;
}
option.FSA {
	font-size: 15px;
}
button.FSA:hover {
	box-shadow: 0 0 0 0.2rem rgba(248,249,250,.5);
}
.ind {
	margin-bottom: 0;
	text-indent: 20px
}
div.divalert {
	width: 26%;
    height: 100px;
	font-size: 16px;
	box-shadow: 2px 2px 3px whitesmoke, 2px -2px 3px whitesmoke, -2px 2px 3px whitesmoke, -2px -2px 3px whitesmoke;
	position: fixed;
	top: 290px;
	left: 37%;
}
div.divalert-ok {
	color: #28a745;
	border: 2px solid #28a745;
}
div.divalert-ko {
	color: #dc3545;
	border: 2px solid #dc3545;
}
input {
	font: 14px 'Open Sans', sans-serif;
    border: 1px solid #343a40;
    padding: 6px;
    display: block;
	border-radius: 4px;
}
nav > button, nav > div > button {
	font-size: 14px !important;
	padding: 6px !important;
	margin-left: 1px;
	margin-right: 1px;
}
nav > button.btn-outline-success:hover {
	box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
	color: #28a745 !important;
	background-color: transparent !important;
}
button.btn-outline-danger:hover {
	box-shadow:0 0 0 .2rem rgba(220,53,69,.5);
	color: #dc3545 !important;
	background-color: transparent !important;
}
nav > button.btn-outline-warning:hover {
	box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
	color: #ffc107 !important;
	background-color: transparent !important;
}
nav > button.btn-outline-info:hover, nav > div > button.btn-outline-info:hover, .dropdown-item:hover, .dropdown-item:focus {
	box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
	color: #17a2b8 !important;
	background-color: transparent !important;
	outline:none !important;
}
[item-added]:focus {
	box-shadow:none;
	color: f8f9fa !important;
}
button.modMantra {
	width: 6.6%;
	height: 0px;
	background-size: contain;
	background-repeat: no-repeat;
}
button.modMantra:hover, button.modMantra:active {
	box-shadow: 0 0 0 .25rem rgba(255,255,255,.7) !important;
}
nav > button.btn-outline-light:hover, [item-added]:hover, .btn-outline-light.current:hover, nav > div > button.btn-outline-light:hover {
	box-shadow:0 0 0 .2rem rgba(248,249,250,.5);
	color: #f8f9fa !important;
	background-color: transparent !important;
}
button.btn-outline-success:hover:active {
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745 !important;
}
button.btn-outline-danger:hover:active {
	color: #fff !important;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}
button.btn-outline-warning:hover:active {
	color: #212529 !important;
	background-color: #ffc107 !important;
	border-color: #ffc107 !important;
}
button.btn-outline-info:hover:active, .dropdown-item:hover:active {
	color: #fff !important;
	background-color: #17a2b8 !important;
	border-color: #17a2b8 !important;
}
nav > button.btn-outline-light:hover:active, nav > div > button.btn-outline-light:hover:active, [item-added]:hover:active {
	color: #212529 !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}
.btn-outline-success.current {
	box-shadow:0 0 0 .2rem rgba(40,167,69,.5);
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-warning.current {
	box-shadow:0 0 0 .2rem rgba(255,193,7,.5);
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-info.current {
	box-shadow:0 0 0 .2rem rgba(23,162,184,.5);
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-light.current, .dropdown-item.moduled, .dropdown-item.moduled:focus, .dropdown-item.moduled:hover:active {
	box-shadow:0 0 0 .2rem rgba(248,249,250,.5);
	color: #212529 !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}
button {
    font: 14px 'Open Sans', sans-serif;
    background-color: #343a40;
    color: #DDD;
    padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
    cursor: pointer;
    border: 1px solid;
	border-radius: 4px !important;
}
button:hover {
	border: 1px solid #343a40;
}
.btn-outline-light:disabled, .btn-outline-light:disabled:hover {
	box-shadow: none !important;
	cursor: default;
	opacity: .40 !important;
}
.dropdown {
  position: relative !important;
  display: inline-block !important;
}
.dropdown-menu {
  display: none !important;
  position: absolute !important;
  min-width: unset !important;
  width:-webkit-fill-available !important;
  width:-moz-available !important;
  margin:0px !important;
  border: 1px solid #17a2b8 !important;
  padding: 0px !important;
}
div.dropdown:hover .btn-outline-info + .dropdown-menu, #pagoQuota:hover > div, #account:hover .dropdown-menu.drop, h1 + div.dropdown:hover .dropdown-menu {
  display: block !important;
}
#pagoQuota > div > button:hover {
	background-color: #17a2b8 !important;
}
#PRO_pagoQuota + div > button:hover {
	background-color: rgb(255,153,0) !important;
}
#RIS_pagoQuota + div > button:hover {
	background-color: rgb(0,102,255) !important;
}
#FL_pagoQuota + div > button:hover {
	background-color: rgb(153,51,255) !important;
}
.dropdown-item {
  display: block !important;
  color: #17a2b8 !important;
  padding: 6px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  border: 0 !important;
}
button.download {
	background: #343a40;
	position: absolute;
	padding: 4.5px;
	box-shadow: 1px 1px 3px whitesmoke, 1px -1px 3px whitesmoke, -1px 1px 3px whitesmoke, -1px -1px 3px whitesmoke;
}
button.btn-outline-success:hover, select.btn-outline-success:hover {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
	color: #28a745 !important;
	background: #343a40;
}
button.btn-outline-warning:hover, select.btn-outline-warning:hover {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
	color: #ffc107 !important;
	background: #343a40;
}
button.btn-outline-info:hover {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	color: #17a2b8 !important;
	background: #343a40;
}
[item-added] {
	color: #f8f9fa !important;
}
[modulo] {
	text-align: center !important;
	width: 46.8% !important;
	display: inline !important;
	margin: 0px !important;
	padding: 6px 3px !important;
}
[ruolo=Por], td > input[type='radio'][value="1"] {
  background-color: rgb(247, 170, 27);
}
[ruolo=Dd], [ruolo=Dc], [ruolo=Ds] {
  background-color: rgb(82, 170, 6);
}
[ruolo=E], [ruolo=Cc] {
  background-color: rgb(11, 150, 239);
}
[ruolo=W], [ruolo=T] {
  background-color: rgb(145, 102, 254);
}
[ruolo=A], [ruolo=Pc], td > input[type='radio'][value="1.5"] {
  background-color: rgb(250, 32, 30);
}
[ruolo=PorS] {
  border-inline-start: solid 4px rgb(247, 170, 27) !important;
}
[ruolo=PorE] {
  border-inline-end: solid 4px rgb(247, 170, 27);
}
[ruolo=DifS] {
  border-inline-start: solid 4px rgb(82, 170, 6) !important;
}
[ruolo=DifE] {
  border-inline-end: solid 4px rgb(82, 170, 6);
}
[ruolo=CenS] {
  border-inline-start: solid 4px rgb(11, 150, 239) !important;
}
[ruolo=CenE] {
  border-inline-end: solid 4px rgb(11, 150, 239);
}
[ruolo=TreS] {
  border-inline-start: solid 4px rgb(145, 102, 254);
}
[ruolo=TreE] {
  border-inline-end: solid 4px rgb(145, 102, 254);
}
[ruolo=AttS] {
  border-inline-start: solid 4px rgb(250, 32, 30) !important;
}
[ruolo=AttE] {
  border-inline-end: solid 4px rgb(250, 32, 30);
}
[ruolo~=NoS], [ruolo=TotS] {
  border-inline-start: solid 4px transparent;
}
[ruolo~=NoE] {
  border-inline-end: solid 4px transparent;
}
td > input[type='radio'] {
    -webkit-appearance:none;
    width:18px;
    height:18px;
    border:2px solid black;
    border-radius:50%;
}
td > input[type='radio'][value="0"] {
	background-color: rgb(0, 255, 0);
}
td > input[type='radio'][value="0.5"] {
	background-color: yellow;
}
td > input[type='radio'][value="2"] {
	background-color: gray;
}
td > input[type='radio']:focus {
	outline: none;
}
.tooltiptext {
	width: 140px;
	background-color: #343a40;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 3px;
	z-index: 1;
	position: absolute;
	transition: opacity 2s;
	opacity: 0;
	border: white solid 1px;
}
.verde {
	background-color: rgb(0,255,0);
}
.giallo {
	background-color: rgb(255,255,0);
}
.giallino {
	background-color: rgb(255,255,170);
}
.blu {
	background-color: rgb(0,152,255);
	color: white;
}
.viola {
	background-color: rgb(204,0,255);
	color: white;
}
.rosso {
	background-color: rgb(255,0,0);
	color: white;
}
.asterisco {
	border-top-right-radius: 8px !important;
}
button.btn-outline-ris {
	border-color: rgb(0,102,255);
}
button.btn-outline-ris:hover, button.btn-outline-ris.current:hover {
	box-shadow: 0 0 0 .2rem rgba(0,102,255,.5);
	color: rgb(0,102,255) !important;
	background-color: #343a40 !important;
}
button.btn-outline-ris:hover:active {
	color: #fff !important;
	background-color: rgb(0,102,255) !important;
	border-color: rgb(0,102,255) !important;
}
.btn-outline-ris.current {
	box-shadow: 0 0 0 .2rem rgba(0,102,255,.5);
	color: #fff !important;
	background-color: rgb(0,102,255) !important;
	border-color: rgb(0,102,255) !important;
}
button.btn-outline-pro {
	border-color: rgb(255,153,0);
}
button.btn-outline-pro:hover, button.btn-outline-pro.current:hover {
	box-shadow: 0 0 0 .2rem rgba(255,153,0,.5);
	color: rgb(255,153,0) !important;
	background-color: #343a40 !important;
}
button.btn-outline-pro:hover:active {
	color: #212529 !important;
	background-color: rgb(255,153,0) !important;
	border-color: rgb(255,153,0) !important;
}
.btn-outline-pro.current {
	box-shadow: 0 0 0 .2rem rgba(255,153,0,.5);
	color: #212529 !important;
	background-color: rgb(255,153,0) !important;
	border-color: rgb(255,153,0) !important;
}
button.btn-outline-fl {
	border-color: rgb(153,51,255);
}
button.btn-outline-fl:hover, button.btn-outline-fl.current:hover {
	box-shadow: 0 0 0 .2rem rgba(153,51,255,.5);
	color: rgb(153,51,255) !important;
	background-color: #343a40 !important;
}
button.btn-outline-fl:hover:active {
	color: #212529 !important;
	background-color: rgb(153,51,255) !important;
	border-color: rgb(153,51,255) !important;
}
button.btn-outline-fl:hover:active > div {
	color: white !important;
	background-color: rgb(153,51,255) !important;
	border-color: rgb(153,51,255) !important;
}
.btn-outline-fl.current {
	box-shadow: 0 0 0 .2rem rgba(153,51,255,.5);
	color: #212529 !important;
	background-color: rgb(153,51,255) !important;
	border-color: rgb(153,51,255) !important;
}
.genRisBlu {
	background-color: rgb(0,102,255);
	color: white;
}
.genRisBia {
	background-color: white;
	color: rgb(0,102,255);
}
.genProAra {
	background-color: rgb(255,153,0);
	color: white;
}
.genProBia {
	background-color: white;
	color: rgb(255,153,0);
}
.genFlVio, .girFlVio {
	background-color: rgb(153,51,255);
	color: white;
}
.genFlBia, .girFlBia {
	background-color: white;
	color: rgb(153,51,255);
}
.girFlGri {
	background-color: rgb(153,51,255);
	color: lightgrey;
}
.girFlNer {
	background-color: lightgrey;
	color: black;
}
.autRisMar, .autProMar {
	background-color: rgb(153,51,0);
	color: white;
}
.autRisBia, .autProBia {
	background-color: white;
	color: rgb(153,51,0);
}
.invRisGri, .invProGri {
	background-color: rgb(128,128,128);
	color: white;
}
.invRisBia, .invProBia {
	background-color: white;
	color: rgb(128,128,128);
}
.priRisVer, .priProver {
	background-color: rgb(0,176,80);
	color: white;
}
.priRisBia, .priProBia {
	background-color: white;
	color: rgb(0,176,80);
}
.estRisRos, .estProRos, .chaFlRos {
	background-color: rgb(255,0,0);
	color: white;
}
.estRisBia, .estProBia, .chaFlBia {
	background-color: white;
	color: rgb(255,0,0);
}
.eurFlBlu {
	background-color: rgb(0,0,255);
	color: white;
}
.eurFlBia {
	background-color: white;
	color: rgb(0,0,255);
}
.bonusClassif {
	background-color: #212529;
	color: lightgrey;
	border-radius: 4px;
}
div.indice {
	display: inline-grid;
    height: 200px;
    width: 200px;
}
img.indice:hover {
	cursor: pointer;
	width: 99%;
}

/* switch on-off inizio */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: grey;
  -webkit-transition: .3s;
  transition: .3s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: whitesmoke;
  -webkit-transition: .3s;
  transition: .3s;
}
input:checked + .slider {
  background-color: #212529;
}
input:focus + .slider {
  box-shadow: 0 0 1px #212529;
}
input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
/* switch on-off fine */

.por, .por:focus {
	color: rgb(247, 170, 27) !important;
	border-color: rgb(247, 170, 27) !important;
	background-color:whitesmoke !important;
	box-shadow: none !important;
}
.por.current {
	box-shadow:0 0 0 .2rem rgba(247,170,27,.5) !important;
	color: white !important;
	background-color: rgb(247, 170, 27) !important;
	border-color: rgb(247, 170, 27);
}
.por:hover {
	box-shadow:0 0 0 .2rem rgba(247,170,27,.5) !important;
	background-color: whitesmoke !important;
	color: rgb(247, 170, 27) !important;
}
.por:active {
	box-shadow:0 0 0 .2rem rgba(247,170,27,.5) !important;
	color: white !important;
	background-color: rgb(247, 170, 27) !important;
	border-color: rgb(247, 170, 27);
}
.dif, .dif:focus {
	color: rgb(82, 170, 6) !important;
	border-color: rgb(82, 170, 6) !important;
	background-color:whitesmoke !important;
	box-shadow: none !important;
}
.dif.current {
	box-shadow:0 0 0 .2rem rgba(82,170,6,.5) !important;
	color: white !important;
	background-color: rgb(82, 170, 6) !important;
	border-color: rgb(82, 170, 6);
}
.dif:hover {
	box-shadow:0 0 0 .2rem rgba(82,170,6,.5) !important;
	background-color: whitesmoke !important;
	color: rgb(82, 170, 6) !important;
}
.dif:active {
	box-shadow:0 0 0 .2rem rgba(82,170,6,.5) !important;
	color: white !important;
	background-color: rgb(82, 170, 6) !important;
	border-color: rgb(82, 170, 6);
}.cen, .cen:focus {
	color: rgb(11, 150, 239) !important;
	border-color: rgb(11, 150, 239) !important;
	background-color:whitesmoke !important;
	box-shadow: none !important;
}
.cen.current {
	box-shadow:0 0 0 .2rem rgba(11,150,239,.5) !important;
	color: white !important;
	background-color: rgb(11, 150, 239) !important;
	border-color: rgb(11, 150, 239);
}
.cen:hover {
	box-shadow:0 0 0 .2rem rgba(11,150,239,.5) !important;
	background-color: whitesmoke !important;
	color: rgb(11, 150, 239) !important;
}
.cen:active {
	box-shadow:0 0 0 .2rem rgba(11,150,239,.5) !important;
	color: white !important;
	background-color: rgb(11, 150, 239) !important;
	border-color: rgb(11, 150, 239);
}.att, .att:focus {
	color: red !important;
	border-color: red !important;
	background-color:whitesmoke !important;
	box-shadow: none !important;
}
.att.current {
	box-shadow:0 0 0 .2rem rgba(250,32,30,.5) !important;
	color: white !important;
	background-color: red !important;
	border-color: red;
}
.att:hover {
	box-shadow:0 0 0 .2rem rgba(250,32,30,.5) !important;
	background-color: whitesmoke !important;
	color: red !important;
}
.att:active {
	box-shadow:0 0 0 .2rem rgba(250,32,30,.5) !important;
	color: white !important;
	background-color: red !important;
	border-color: red;
}