a:link {
  color: white;
  text-decoration: none;
  font-weight: normal;
}


a:visited {
  color: white;
  text-decoration: none;
  font-weight: normal;
}


a:hover {
  color: yellow;
  text-decoration: none;
  font-weight: normal;
  background-color: blue;
}


a:active {
  color: white;
  text-decoration: none;
  font-weight: normal;
}




body {
  margin-top:3px;
  margin-bottom: 0px;
  margin-left:3px;
  background-color: #3e3f40;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}


.avviso {
  text-align: left;
  color: #eb380b;
  font-size: 15;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.titolo1 {
  text-align: left;
  background-color: #161D27;
  color: #E6C02F;
  font-size: 15;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.titolo1Centrato {
  text-align: center;
  background-color: #161D27;
  color: #E6C02F;
  font-size: 15;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.titolo2 {
  text-align: left;
  background-color: #161D27;
  color: #17c283;
  font-size: 13;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.titolo3 {
  text-align: left;
  color: #97dd15;
  font-size: 13;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.descrizioneBanca {
  text-align: left;
  color: rgb(180, 195, 226);
  font-size: 9;
}

.titolo2Centrato {
  text-align: center;
  background-color: #161D27;
  color: #17c283;
  font-size: 13;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


td {
  padding: 4px 8px;
  text-align: left;
  color: white;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  vertical-align: top;
}

td.small {
  padding: 4px 8px;
  text-align: left;
  color: white;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  vertical-align: top;
  font-size: 9;
}

td.nowrap {
  padding: 4px 8px;
  text-align: left;
  color: white;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  vertical-align: top;
  white-space: nowrap;
}

td.centrato {
  padding: 4px 8px;
  text-align: center;
  color: white;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  vertical-align: top;
}

td.intestazione {
  padding: 4px 8px;
  text-align: left;
  color: #17c283;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
}

th {
  padding: 4px 8px;
  text-align: left;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  color: #E6C02F;
  font-size: 14px;
  font-weigth: bold;
  vertical-align: top;
}

th.nowrap {
  padding: 4px 8px;
  text-align: left;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  color: #E6C02F;
  font-size: 14px;
  font-weigth: bold;
  vertical-align: top;
  white-space: nowrap;
}

th.centrato {
  padding: 4px 8px;
  text-align: center;
  border: 0.5px solid #2F3237;
  background-color: #161D27;
  color: #E6C02F;
  font-size: 14px;
  font-weigth: bold;
  vertical-align: top;
}


textarea {
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #d4d1d1;
  font-size: 12px;
}

input {
  background-color: #d4d1d1;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 2px;
}

select {
  background-color: #d4d1d1;
  border-radius: 4px;
  border: 1px solid #ccc;
}


.defcon1_box { background: #E31D2A; color: white; text-align: center;}
.defcon2_box { background: #e2a31aff; color: black; text-align: center;}
.defcon3_box { background: #f7e414; color: black;  text-align: center;}
.defcon4_box { background: #4B9F47; color: white; text-align: center;}
.defcon5_box { background: #4B9F47;  color: white; text-align: center;}





.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #f1f51d;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0px;
}

.pagination li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid gray;
  color: rgb(10, 8, 8);  
  margin: 0 4px;
  border-radius: 5px;
  background-color: #bfc4bf;
}

.pagination li a.active {
  background-color: #4CAF50;
  color: white;
}