* 
{
    box-sizing: border-box;
} 

body 
{
   /*background-color: #ccc;*/
   font-family: 'Lato', sans-serif;
   font-size: 18px;
}

#container 
{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* #titoloApp
{
    margin-top: 30px;
} */

#divNext
{
    margin-top: 50px;
}

#platform 
{
    /*border: 1px solid black;
     margin-top: 50px; */
    background-color: white;
}

#titoloTest
{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 35px;
    color: black;
    margin-top: 25px;
}


#userName
{
    float: right;
    font-weight: bold;
    border: 1px solid black;
    padding: 2px;
}

#ask
{
    height: 100%;
}

div.exampleImages{
    }

div.checkboxes{
   display: inline-flex;
}

div.originalImages{
    display: inline-block;
}
div.originalImages img{
    width: 230px;
    margin-right: 50px;
}

input[type="checkbox"][class="single-checkbox"] {
    display: none;
  }

  label {
    border: 1px solid #fff;
    /*padding: 10px;*/margin: 5px;
    display: block;
    position: relative;
    
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  label img {
    height: 230px;
    width: 230px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  :checked+label {
    border-color: #ddd;
  }
  
  :checked+label::before {
    content: "✓";
    background-color: green;
    transform: scale(1);
    z-index: 1;
  }
  
  :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }

.ageAsk
{
    height: 30px;
    text-align: center;
    border: none;
    border-bottom: 1px dotted grey;
    vertical-align: bottom;
    font-weight: bold;
}

#adAsk
{
    font-weight: bold;
    font-size: 20px;
    color: red;
    display: inline-block;
    margin-left: 30px
}

#qAge
{
    width: 70px;
}

#itaAsk, #viewAsk, #medAsk, #inputAsk
{
    margin: 0 auto;
}

.bg
{
    margin-right: 25px;
    display: inline-block;
}

/* BUTTONS SCELTA TAB */

#buttons 
{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: white;
    margin: auto;
    width: 99.9%;
    color: white;
}

#buttons a 
{
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.6s;
    display: inline-block;
    width: 50%;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
    text-transform: uppercase;
    border-radius: 2px;
    color: black;
    font-weight: bold;
}

#buttons a:hover 
{
    background-color: #cccccc;
    color: #666666;
}

#buttons a.active 
{
    background-color: #999999;
    color: white;
}

/* RELAX */

#divPause
{
    margin: auto;
    margin-top: 150px;
    font-size: 45px;
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
}

#timePause
{
    font-size: 60px;
    color: red;
    margin-top: 40px;
}

#tracciamento
{
    margin: 20px auto;
    border: 1px solid black;
    padding: 15px;
    width: 65%;
}

#sta1
{
    margin-left: 8px;
}

#sta8
{
    line-height: 30px;
}

#sta2, #sta5
{
    line-height: 30px;
}

.statusTest
{
    height: 60px;
    width: 12%;
    float: left;
    font-size: 17px;
    margin: 0 auto;
    line-height: 60px;
}

.arrowTest
{
    height: 60px;
    width: 10%;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
}

#legtrack
{
    font-weight: bold;
    text-align: left;
}

/* I TAB (GUIDA, SPANS) */

#contenuto {
    background-color: white;  
}

/* GRAFICA CONDIVISA DELLE DUE TAB */
.tabcontent {
    display: none;
    /*border: 1px solid #ccc;*/
    border-top: none;
    text-align: center;
    margin: 0 auto;
}

/* SPANS */

#Lettere
{
    height: 670px;
}

.divEndTraining
{
    margin-top: 200px;
}

/*#buttonToGoBack
{
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}*/

#fieldInsert
{
    height: 110px;
    width: 30%;
    margin: 200px auto;
}

#divNum
{
    margin-top: 10px;
}

#inputUser
{
    width: 50px;
    border: 2px solid darkgrey; 
    font-weight: bold;
    font-size: 25px;
    margin-right: 20px;
    text-align: center;
}

a.ii
{
    color: #0066cc;
    cursor: pointer;
    transition: all .5s ease;
    margin-top: 10px;
    border: 3px solid #0066cc;
    font-size: 18px;
    padding: 8px;
    letter-spacing: 2px;
}

a.ii:hover
{
    background-color: #0066cc;
    color: white;
}

#lgInsertNumber
{
    font-weight: bold;
    margin: 0 auto;
}

#wordTraining
{
    padding-top: 200px;
    font-size: 18px;
}

#decisionButtons
{
    padding-top: 40px;
}

#numberCenter
{
    text-align: center;
    font-size: 50px;
    padding-top: 220px;
    color: royalblue;  
}

#numberCenterA
{
    text-align: center;
    font-size: 50px;
    padding-top: 80px;
    padding-bottom: 30px;
    color: royalblue;  
}

#midWay
{
    text-align: center;
    font-size: 42px;
    padding-top: 120px;
    color: royalblue;  
    padding-bottom: 40px;
}

#p1
{
    margin-top: 40px;
}

#p18
{
    margin-top: 40px;
    //font-size: 16px;
}

#p14
{
    margin-top: 30px;
}

#p2
{
    margin-top: 25px;
    margin-bottom: 25px;
}

a.bttn
{
    margin-top: 20px;
    cursor: pointer;
    color: black;
    transition: all .7s ease;
    border: 3px solid black;
    font-size: 22px;
    padding: 10px;
    letter-spacing: 2px;
}

a.bttn:hover
{
    color: white;
    background-color: black;
}

a.p0
{
    cursor: pointer;
    color: red;
    transition: all .7s ease;
    border: 3px solid red;
    font-size: 22px;
    padding: 10px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 15px;
}

a.p0:hover
{
    color: white;
    background-color: red;
}

#p4, #p22
{
    margin-right: 30px;
}

/* #p5
{
    margin-top: 180px;
    margin-bottom: 50px;
} */

#d8, #g8
{
    margin-left: 25px;
}

/*#lightButton
{
    margin: 0 auto;
    font-size: 26px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    height: 40px;
}

#lightButton1, #lightButton2, #lightButton3
{
    margin: 0 auto;
    padding: 15px;
    padding-top: 30px;
    font-size: 17px;
}*/

#watchOutTime
{
    color: red;
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
}

/* KEYBOARD */
.keyboard 
{
    display:inline-block;
    padding:10px 15px;
    background-color: white;
    text-align:center;
    margin-top: 25px;

    /*
    box-shadow:4px 4px 4px #999;
    border:1px solid #009;
    border-radius:10px;
    */
}
.keyboard div 
{
    margin:5px 0;
    margin-bottom: 20px;
}
#space 
{
    width:184px;
}
.keyboard label 
{
    margin-top:20px;
    font-family:serif;
    text-decoration:underline;
}
.keyboard input 
{
    box-shadow: 2px 2px 2px #666;
    margin-right: 15px;
    margin-left: 15px;
    width: 65px;
    height: 65px;
    font-size: 35px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    background-color: white;
}
.keyboard #back 
{
    font-weight:bold;
}
 #clear
 {
     font-weight: bold;
}

#waitWord
{
    height: 65px;
    font-size: 30px;
    margin-top: 35px;
}

/* ATTENZIONE DIVISA*/

#traAtt1
{
    margin: 0 auto;
    padding: 15px;
    font-size: 18px;
}

#traAtt2
{
    width: 40%;
    height: 35px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

.divMSeq
{
    margin-top: 30px;
}

.divSeq
{
    display: inline-block;
    margin-right: 10px;
    font-family: "Source Sans Pro", sans-serif;
    transition: all .8s ease;
    font-weight: bold;
    text-align: center;
    height: 70px;
    width: 90px;
    font-size: 60px;
    color: white;
}

.arrowSeq
{
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    font-family: "Source Sans Pro", sans-serif;
    transition: all .3s ease;
    font-weight: bold;
    text-align: center;
    height: 60px;
    width: 90px;
    font-size: 40px;
    color: white;
}

#myProgress 
{
    margin: auto;
    width: 80%;
    background-color: #ffffff;
    margin-top: 40px;
}

#myBar 
{
    height: 50px;
    width: 100%;
    background-color: black;
    text-align: center; 
    line-height: 30px;
    color: white; 
    font-weight: bold;
    transition: all .4s ease;
}

#timeMyBar
{
    font-size: 25px;
}


/* BUTTONS BULLI DEL MENU */

.btnmenu
{
    margin-top: 200px;
}

.flex
{
    margin-bottom: 60px;
}

.bttn 
{
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1); 
    text-decoration: none;
    -webkit-transition: all .5s ease;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    position: relative; 
}

a.b1
{
    color: #33ccff;
    border: 3px solid #33ccff;
}

a.b1:hover
{
    color: #FFF;
    background-color: #33ccff;
}

a.b2
{
    color: #FF0072;
    border: 3px solid #FF0072;
}

a.b2:hover
{
    color: #FFF;
    background-color: #FF0072;
}

a.b3
{
    color: green;
    border: 3px solid green;
}

a.b3:hover
{
    color: #FFF;
    background-color: green;
}

a.b4
{
    color: orange;
    border: 3px solid orange;
}

a.b4:hover
{
    color: #FFF;
    background-color: orange;
}

a.cc /* BOTTONI DELLA SCELTA (E.G. HA SENSO, NON HA SENSO)*/
{
    font-size: 19px;
    letter-spacing: 2px;
    width: 200px;
    padding: 14px 0px;
    margin-right: 30px;
    color: black;
    border: 3px solid black;
}

a.cc:hover
{
    color: #FFF;
    background-color: black;
}