body {

  background-color:black;

}
h1, h2 {
  text-decoration: none;
  color: white;
  font-family: 'product_sansbold';
}
strong {
  text-decoration: none;
  color: white;
  font-family: 'product_sansbold';
}
p, a, button {
  text-decoration: none;
  color: white;
  font-family: 'product_sansregular';
}

text {
  text-decoration: none;
  color: white;
  font-family: 'product_sansregular';
}
.navbar {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #4f86c6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.navbar-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar a.split {
  float: right;
  padding: 14px 15px;
  background-color: #ffff;
  color: #4f86c6;
}


.navbar a.active {
  background-color: #4f86c6;
  color: white;
}

.main {
  padding: 16px;
  margin-bottom: 30px;
}
.dropdown {
  float: left;
  overflow: hidden;
}

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

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

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: #4f86c6;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #fff;
}

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



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

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #fc2125;
}

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

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

.dropdown-content a:hover {
  background-color: #111;
}

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

.alert {
  padding: 20px;
  background-color: #212121;
  color: white;
  /*border-radius: 20px;*/
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.alert.success {background-color: #212121;}
.alert.tap {
    background-image: url("https://lorenzomancini.altervista.org/appview/img/tap.png");
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    
    }
.alert.info {background-color: #212121;}
.alert.meteo {background-color: #8E24AA;}
.alert.warning {background-color: #FE9800FF;}
.alert.bigliet {background-color: #e4350c;}
.alert.marcello {background-color: #14906a;}
.alert.EMV {background-color: #45b325;}
.alert.w2 {background-color: #66BB6A;}
.alert.w3 {background-color: #2196F3;}
.alert.w4 {background-color: #66BB6A;}
.alert.video {
	background-color:#212121;
    max-width: 500px;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    }



.widthSet {
    max-width: 64px;
}

.whSet {
    max-width: 100%;
    max-height: 100px;
}

.copertina {
  border-radius: 0%;
}


.content {
  max-width: 500px;
  margin: auto;
}

.center {
  margin: auto;
  width: 60%;
  border: 3px solid #424242;
  padding: 10px;
  border-radius: 25px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #212121;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #fc2125;
}

