.infoc {
  background-color: #e7f3fe;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
  width: 110%;
  padding: 16px 32px;
  border-left: 6px solid #2196F3;
}

.infog {
  background-color: #ffffcc;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
  width: 110%;
  padding: 16px 32px;
  border-left: 6px solid #ffeb3b;
}

.infor {
  background-color: #ffdddd;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
  width: 110%;
  padding: 16px 32px;
  border-left: 6px solid #f44336;
}

.infov {
  background-color: #ddffdd;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -5px;
  margin-right: -5px;
  width: 110%;
  padding: 16px 32px;
  border-left: 6px solid #4CAF50;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

/* @-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
} */

.label, .labelRnd {
  color: white;
  padding: 8px;
}

.labelRnd {
  border-radius: 25px 25px 25px 25px;
  padding: 10px 16px;
}

.success {
  background-color: #4CAF50;
}

/* Green */

.info {
  background-color: #2196F3;
}

/* Blue */

.infoB {
  background-color: blue;
}

/* Blue */

.warning {
  background-color: #ff9800;
}

/* Orange */

.danger {
  background-color: #f44336;
}

/* Red */

.other {
  background-color: #e7e7e7;
  color: black;
}

/* Gray */

#ciheader {
  background-color: #f1f1f1;
  padding: 50px 10px;
  color: black;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

/* Vecchio
.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.column {
  float: left;
  vertical-align: top;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
  color: #999999;
}

.columnEn {
  float: left;
  vertical-align: top;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
  color: #999999;
}

/* Footer */

.footer {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: center;
  /*background: #ddd;*/
  background: #dddddd none repeat scroll 0% 0%;
}

#inform {
  color: #007bff;
  text-shadow: 0.05em 0.05em 0.05em #33ccff;
  font-size: 0.65rem;
}

.titAssoc {
  color: white;
  text-shadow: 0.05em 0.05em 0.05em GAINSBORO;
  /*font-size: x-large;*/
}

/* Add a black background color to the top navigation */

.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Add a black background color to the top navigation */

.topnav {
  background-color: #333;
  overflow: hidden;
  transition: 0.2s;
}

/* Style the links inside the navigation bar */

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */

.topnav .active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */

/* .dropdown {
  float: left;
  overflow: hidden;
} */

/* Style the dropdown button to fit inside the topnav */

/* .dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
} */

/* Style the dropdown content (hidden by default) */

/* .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
} */

/* Style the links inside the dropdown */

/* .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
} */

/* Add a dark background on topnav links and the dropdown button on hover */

/* .topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
} */

/* Add a grey background to dropdown links on hover */

/* .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
} */

/* Show the dropdown menu when the user moves the mouse over the dropdown button */

/* .dropdown:hover .dropdown-content {
  display: block;
} */

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

/* @media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
} */

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

/* @media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown {
    float: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown-content {
    position: relative;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} */

/* Float the link section to the right, per spostare il testo a destra */

.header-right {
  float: right;
}

.topnav-logo {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  /*padding: 14px 16px;*/
  padding-left: 2%;
  padding-right: 2%;
  text-decoration: none;
  font-size: 17px;
}

#headernav {
  background-color: #999999;
  /*padding: 10px 10px !important;*/
  color: black;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  position: fixed;
  top: 0 !important;
  width: 100%;
  transition: 0.2s;
  height: 80px;
  vertical-align: text-top !important;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #headernav {
    font-size: 7vw;
  }
}

.sameLn {
  display: inline;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion .active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panelaccordion {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.loaderOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: wait;
}

.loaderTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: loaderspin 2s linear infinite;
  animation: loaderspin 2s linear infinite;
}

@keyframes loaderspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Implementazione ciModal

/* The Modal (background) */

.cimodal {
  border-radius: 15px;
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */

.cimodal-content {
  border-radius: 15px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: cianimatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: cianimatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@keyframes cianimatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.ciclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ciclose:hover, .ciclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cimodal-header {
  border-radius: 15px 15px 0px 0px;
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.cimodal-body {
  padding: 2px 16px;
  background: rgba(255,255,255,1);
}

.cimodal-footer {
  border-radius: 0px 0px 15px 15px;
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.ciCard {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 7px;
  padding: 0.01em 16px;
  font-family: Verdana,sans-serif !important;
  background-color: antiquewhite;
}

.sl {
  display: inline;
}

.bb {
  background: rgba(255,255,255,0.75);
}

/* !important */

.cc {
  background: rgba(173,216,230,0.75) !important;
}

/* aggiungere snackbar */

#Logo {
  margin-right: 10px;
  margin-top: -3px;
  display: inline-block;
  max-height: 42px;
}

#FooterGb {
  background-color: orange;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

#BtnSide {
  left: -10px;
  margin-right: 0px;
  position: relative;
}

.d.flex {
  display: flex !important;
}

.CustHeaderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.CustHeaderCol {
  flex: 33.33%;
  padding: 5px;
  width: 100%;
}

.CustHeaderColOne {
  flex: 100%;
  padding: 5px;
  width: 100%;
}

.Mainoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  /*pointer-events: auto;*/
}

