.circolare {
  width: 60px; 
  border: 2px solid #d2d2d2;
  border-radius:999em;    
-moz-border-radius:999em;  
-webkit-border-radius:999em; 
  -o-border-radius: 999em;   
}

.callout {
   
    z-index: 2;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    display: table;
    margin-top: 25%;
    margin-left: 25%;
   
  }


  .alert {
    padding: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.alert-warning {
  color: #fc9300;
  background-color: #fce8cc;
  border-color: #fc9300;
}

.alert-info {
  color:#2f5d7d;
  background-color: #d1f2ff;
  border-color: #2f5d7d;
}

  #loading_screen
{  

  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;  
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=80);
  z-index: 1;
  font-family: "Century Gothic","Apple Gothic",sans-serif;
}
  
  .callout-header {
    padding: 25px 15px;
    background: #555;
    font-size: 30px;
    font-weight: bold;
    color: white;
  }
  
  .callout-container {
    padding: 15px;
    background-color: #ccc;
    color: black
  }
  
  .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }
  
  .closebtn:hover {
    color: lightgrey;
  }
  



.tabella-centrata {
    margin-left: auto;
    margin-right: auto;
    border-spacing:20px 50px;
    width:80%;
    height:60%;
  }

.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;
    height:60px;
    width:80%;
    position: relative;
    align:center;
    margin-left: auto;
    margin-right: auto;
    
        }

.id_check {
            margin-top: 5px;
            height:60px;
            width:80%;
            position: relative;
            align:center;
            margin-left: auto;
            margin-right: auto;
}

.avvisi {
  position: relative;
  align:center;
  margin: 15px 9px 17px;
}
        

.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;
 }

 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;   
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  margin-top: -2px;
} 



.btn-primary {
  color:white;
  background-color: #cc0000;
  border-color: #b80000;
}


.badge-light{color:#212529;background-color:#f8f9fa}


 html {
    font-family: "Century Gothic","Apple Gothic",sans-serif;
    background-color: #fefefe;
}

 h1
 {margin-top:10px;
  margin-bottom: 10px;
  font: 20px;
}

  @media (max-width: 360px) {
    h1
    {margin-top:10px;
     font: 10px; }
}


.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;
}