﻿#divCountdown {
    width: 250px;
    position: absolute;
    top: 125px; /*al centro 125px - a destra 38px*/
    z-index: 5;
    right: 350px; /*al centro 350px - a destra -35px*/
}
    
#contCountdown {
    color: #069;
    font-size: 38px;
    /*background-color: #ccc;
    background-color: rgba(15, 80, 27, 0.6);*/
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    width: 175px; /*230px*/
    /*border: 2px solid white;
    box-shadow: 0px 0px 10px black, inset 0px 0px 10px #000;*/
}

@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }
        @keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }

.blink {
   text-decoration:blink;

  -webkit-animation-name:blinker;
          animation-name:blinker;  
  -webkit-animation-iteration-count:infinite;  
          animation-iteration-count:infinite;  
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
          animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:1s; 
          animation-duration:1s; 
}

@font-face {
    font-family: Digital-7;
    src: url("../../All/css/webfonts/digital-7.eot"); /* EOT file for IE */
}
    
@font-face {
    font-family: Digital-7;
    src: url("../../All/css/webfonts/digital-7.ttf"); /* TTF file for CSS3 browsers */
}
    
#countdown {
    /*background-color: #0f501b;*/
    margin: auto;
    padding: 2px 5px 10px 8px;
    /*border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 2px solid white;
    box-shadow: inset 0px 0px 10px black;*/
}

.terminata {
    color: red;
    font-family: Digital-7;
    display: block;
    text-shadow: 0px 0px 10px #000;
    text-align: center;
    padding-top:15px;
}

.numberCountdown, .symbolCountdown {
    color: #ffee00;
    font-family: Digital-7;
    display: block;
    float: left;
    padding: 2px;
    margin: 1px;
    text-shadow: 0px 0px 10px #000;
}
    
.numberCountdown { width: 15px;text-align: right; }
.symbolCountdown { width: 8px;text-align: center; }
    
.textCountdown {
    width: 162px;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
    
.textCountdown span {
    width: 23%;
    display: inline-block;
}
    
.titleCountdown {
    color: #32197c;
    font-size: 18px;
}
    
.textCountdown, .titleCountdown {
    font-family: arial;
    font-weight: bold;
    width: 100%;
}