
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.intestazione {
  width:100%;
  text-align:center;
  color: #444343;
  font-size: 20px; 
  font-weight: bold;
 
}

.prenotazioni {
  width:95%;
  text-align:center;
  color: #444343;
  font-size: 16px; 
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 2px solid rgb(139, 138, 138);
  margin-bottom:15px;
  
  -webkit-border-radius: 6px;
}

.stripes_annullate {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(204, 0, 0, 0.2) 5px, rgba(204, 0, 0, 0.1) 12px);
  cursor: not-allowed;
}


.stripes_ordini {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(158, 240, 187, 0.8) 5px, rgba(56, 166, 95, 0.1) 12px);
}


.prenotazioni th {
 
  text-align:center;
  color: #444343;
  font-size: 16px; 
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 1px solid rgb(139, 138, 138);
  background-color: #fffafa;
  -webkit-border-radius: 6px;
}


.prenotazioni td {
  
  text-align:center;
  color: #444343;
  font-size: 14px; 
  background-color: rgba(5, 5, 5, 0.1); ;
  border: 0px;
  border-bottom: 1px solid rgb(139, 138, 138);
  
}

.prenotazioni tr:hover {background-color: coral;}


.prenotazioni tr:nth-child(even) { background-color: #CCCCCC; }
.prenotazioni tr:nth-child(odd) { background-color: #F0F0F0; }


.prenotazioni tr:hover {background-color: coral;}

.statistiche {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  border: 2px solid #878787;
  
  margin:auto;
  margin-bottom:20px;
}

.statistiche th{
  text-align: center;
  padding: 8px;
  width: auto;
}

.statistiche tr:nth-child(even){background-color: #f2f2f2}

.tabella-centrata {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 20px;
    width:80%;
    height:70%;
  }

.cri-header {
    font-family: 'Titillium Web' !important;
    color: #999999;
    background-color: #fefefe;
    border-bottom: 1px solid #999999;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    height:10%;
    width:80%;
    position: relative;
    align:center;
    margin-left: auto;
    margin-right: auto;
    }

  
    

.benvenuto {
    margin-top: 20px;
    
    width:80%;
    position: relative;
    align:center;
    margin-left: auto;
    margin-right: auto;
    
        }

       .footer2{
          
          bottom:0px;
          width:100%; 
          align:center;
          z-index:999999;
          padding-top: 10px;
          margin-left: 0px;
          margin-right: 0px;
          
          }
        
        .footer{
            position:fixed;
            bottom:0px;
            width:100%; 
            align:center;
            z-index:999999;
            padding-top: 30px;
            margin-left: 0px;
            margin-right: 0px;
            
            }
      


.id_check {
            margin-top: 5px;
            height:60px;
            width:80%;
            position: relative;
            align:center;
            margin-left: auto;
            margin-right: auto;
}
        

.cri-header  img {
        max-height: 80%;
        max-width: 80%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
 }

 html {
    font-family: "Century Gothic","Apple Gothic",sans-serif;
    background-color: #fefefe;
}

 h1
 {margin-top:10px;
  font: 20px; }

  @media (max-width: 360px) {
    h1
    {margin-top:10px;
     font: 10px; }
}

label
{
    font-weight: bold;
    color: #292929;

}

.tabella-centrata td, .tabella-centrata th {
    border: 1px solid rgb(65, 65, 65);
    box-shadow: inset 0px 20px 15px 0px rgba(58, 57, 57, 0.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    width: 50%;
    height:100px;
}



.tabella-centrata td img {
    max-height: 60%;
    max-width: 60%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


input[type=text], select, input[type=number],input[type=email],input[type=phone] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
 
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[readonly],textarea[readonly] {
  background-color:#e9ecef;
  opacity:1;
  border: 1px solid #808080;
  
}

input[type=submit]:hover {
  background-color: #45a049;
}


.input_prenotazioni {
  padding: 12px 20px;
  margin: 2px 0 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
 
}


.form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

            
            width:76%;
            position: relative;
            align:center;
            margin-left: auto;
            margin-right: auto;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}