mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
45640 lines
2.0 MiB
Plaintext
45640 lines
2.0 MiB
Plaintext
/* ver. 2.0 - BETA - EOL fix? + new ftp */
|
|
|
|
.sheet-block-firefox,
|
|
.sheet-coche-chrome:checked ~ .sheet-block-chrome{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-chrome,
|
|
.sheet-coche-chrome:checked ~ .sheet-block-firefox{
|
|
display: none;
|
|
}
|
|
|
|
.charsheet {background: #1f1f1f;}
|
|
|
|
tr {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.sheet-block-ico-comp-off,
|
|
.sheet-block-ico-sant-off,
|
|
.sheet-block-ico-equi-off,
|
|
.sheet-block-ico-magi-off,
|
|
.sheet-block-ico-lois-off,
|
|
.sheet-block-ico-arch-off,
|
|
.sheet-coche-comp:checked ~ .sheet-block-ico-comp-on,
|
|
.sheet-coche-sant:checked ~ .sheet-block-ico-sant-on,
|
|
.sheet-coche-equi:checked ~ .sheet-block-ico-equi-on,
|
|
.sheet-coche-lois:checked ~ .sheet-block-ico-lois-on,
|
|
.sheet-coche-magi:checked ~ .sheet-block-ico-magi-on,
|
|
.sheet-coche-arch:checked ~ .sheet-block-ico-arch-on {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-ico-comp-on,
|
|
.sheet-block-ico-sant-on,
|
|
.sheet-block-ico-equi-on,
|
|
.sheet-block-ico-magi-on,
|
|
.sheet-block-ico-lois-on,
|
|
.sheet-block-ico-arch-on,
|
|
.sheet-coche-comp:checked ~ .sheet-block-ico-comp-off,
|
|
.sheet-coche-sant:checked ~ .sheet-block-ico-sant-off,
|
|
.sheet-coche-equi:checked ~ .sheet-block-ico-equi-off,
|
|
.sheet-coche-lois:checked ~ .sheet-block-ico-lois-off,
|
|
.sheet-coche-magi:checked ~ .sheet-block-ico-magi-off,
|
|
.sheet-coche-arch:checked ~ .sheet-block-ico-arch-off {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-onglet-comp,
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-lois,
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-arch {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-onglet-sant,
|
|
.sheet-onglet-equi,
|
|
.sheet-onglet-magi,
|
|
.sheet-onglet-lois,
|
|
.sheet-onglet-arch,
|
|
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-lois,
|
|
.sheet-coche-comp:checked ~ .sheet-onglet-arch,
|
|
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-lois,
|
|
.sheet-coche-sant:checked ~ .sheet-onglet-arch,
|
|
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-lois,
|
|
.sheet-coche-equi:checked ~ .sheet-onglet-arch,
|
|
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-lois,
|
|
.sheet-coche-magi:checked ~ .sheet-onglet-arch,
|
|
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-lois:checked ~ .sheet-onglet-arch,
|
|
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-comp,
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-sant,
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-equi,
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-magi,
|
|
.sheet-coche-arch:checked ~ .sheet-onglet-lois {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-PJ,
|
|
.sheet-coche-MJ:checked ~ .sheet-block-MJ,
|
|
.sheet-coche-astro-chance:checked ~ .sheet-block-astro-chance {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-MJ,
|
|
.sheet-block-astro-chance,
|
|
.sheet-coche-MJ:checked ~ .sheet-block-PJ,
|
|
.sheet-coche-MJ:checked ~ .sheet-block-astro-chance,
|
|
.sheet-coche-astro-chance:checked ~ .sheet-block-PJ,
|
|
.sheet-coche-astro-chance:checked ~ .sheet-block-MJ {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-archetype,
|
|
.sheet-coche-options:checked ~ .sheet-block-options,
|
|
|
|
.sheet-block-notes,
|
|
.sheet-coche-notes:checked ~ .sheet-block-notes,
|
|
.sheet-coche-tetes:checked ~ .sheet-block-tetes,
|
|
.sheet-coche-queues:checked ~ .sheet-block-queues,
|
|
|
|
.sheet-block-notes-off,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-notes-on,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-tetes-off,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-queues-off,
|
|
|
|
.sheet-block-tetes-off,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-tetes-on,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-queues-off,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-notes-off,
|
|
|
|
.sheet-block-queues-off,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-queues-on,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-tetes-off,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-notes-off
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-options,
|
|
.sheet-coche-options:checked ~ .sheet-block-archetype,
|
|
|
|
.sheet-block-tetes,
|
|
.sheet-block-queues,
|
|
.sheet-coche-tetes:checked ~ .sheet-block-notes,
|
|
.sheet-coche-tetes:checked ~ .sheet-block-queues,
|
|
.sheet-coche-queues:checked ~ .sheet-block-notes,
|
|
.sheet-coche-queues:checked ~ .sheet-block-tetes,
|
|
|
|
.sheet-block-notes-on,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-notes-off,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-tetes-on,
|
|
.sheet-coche-notes-on:checked ~ .sheet-block-queues-on,
|
|
|
|
.sheet-block-tetes-on,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-tetes-off,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-notes-on,
|
|
.sheet-coche-tetes-on:checked ~ .sheet-block-queues-on,
|
|
|
|
.sheet-block-queues-on,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-queues-off,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-notes-on,
|
|
.sheet-coche-queues-on:checked ~ .sheet-block-tetes-on
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-base-invoc,
|
|
.sheet-coche-custom-invoc:checked ~ .sheet-block-custom-invoc{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-custom-invoc,
|
|
.sheet-coche-custom-invoc:checked ~ .sheet-block-base-invoc{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-potion-soin,
|
|
.sheet-coche-type-potion:checked ~ .sheet-block-potion-repos{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-potion-repos,
|
|
.sheet-coche-type-potion:checked ~ .sheet-block-potion-soin{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-outre-1L,
|
|
.sheet-coche-outre-2L:checked ~ .sheet-block-outre-2L,
|
|
.sheet-coche-outre-3L:checked ~ .sheet-block-outre-3L,
|
|
.sheet-coche-outre-4L:checked ~ .sheet-block-outre-4L{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-outre-2L,
|
|
.sheet-block-outre-3L,
|
|
.sheet-block-outre-4L,
|
|
.sheet-coche-outre-2L:checked ~ .sheet-block-outre-1L,
|
|
.sheet-coche-outre-2L:checked ~ .sheet-block-outre-3L,
|
|
.sheet-coche-outre-2L:checked ~ .sheet-block-outre-4L,
|
|
.sheet-coche-outre-3L:checked ~ .sheet-block-outre-1L,
|
|
.sheet-coche-outre-3L:checked ~ .sheet-block-outre-2L,
|
|
.sheet-coche-outre-3L:checked ~ .sheet-block-outre-4L,
|
|
.sheet-coche-outre-4L:checked ~ .sheet-block-outre-1L,
|
|
.sheet-coche-outre-4L:checked ~ .sheet-block-outre-2L,
|
|
.sheet-coche-outre-4L:checked ~ .sheet-block-outre-3L{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-outre-poids-on,
|
|
.sheet-coche-outre-poids-off:checked ~ .sheet-block-outre-poids-off {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-outre-poids-off,
|
|
.sheet-coche-outre-poids-off:checked ~ .sheet-block-outre-poids-on {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-equip-on,
|
|
.sheet-coche-equip-off:checked ~ .sheet-block-equip-off {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-equip-off,
|
|
.sheet-coche-equip-off:checked ~ .sheet-block-equip-on {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-sac1-poids-on,
|
|
.sheet-block-sac2-poids-on,
|
|
.sheet-block-sac3-poids-on,
|
|
.sheet-block-sac4-poids-on,
|
|
.sheet-block-sac5-poids-on,
|
|
.sheet-block-sac6-poids-on,
|
|
.sheet-block-sac7-poids-on,
|
|
.sheet-block-sac8-poids-on,
|
|
.sheet-block-sac9-poids-on,
|
|
.sheet-block-sac10-poids-on,
|
|
.sheet-block-sac11-poids-on,
|
|
.sheet-block-sac12-poids-on,
|
|
.sheet-block-veture-poids-on,
|
|
.sheet-block-armes-poids-on,
|
|
.sheet-block-projectiles-poids-on,
|
|
.sheet-block-boursesous-poids-on,
|
|
.sheet-coche-sac1-poids-off:checked ~ .sheet-block-sac1-poids-off,
|
|
.sheet-coche-sac2-poids-off:checked ~ .sheet-block-sac2-poids-off,
|
|
.sheet-coche-sac3-poids-off:checked ~ .sheet-block-sac3-poids-off,
|
|
.sheet-coche-sac4-poids-off:checked ~ .sheet-block-sac4-poids-off,
|
|
.sheet-coche-sac5-poids-off:checked ~ .sheet-block-sac5-poids-off,
|
|
.sheet-coche-sac6-poids-off:checked ~ .sheet-block-sac6-poids-off,
|
|
.sheet-coche-sac7-poids-off:checked ~ .sheet-block-sac7-poids-off,
|
|
.sheet-coche-sac8-poids-off:checked ~ .sheet-block-sac8-poids-off,
|
|
.sheet-coche-sac9-poids-off:checked ~ .sheet-block-sac9-poids-off,
|
|
.sheet-coche-sac10-poids-off:checked ~ .sheet-block-sac10-poids-off,
|
|
.sheet-coche-sac11-poids-off:checked ~ .sheet-block-sac11-poids-off,
|
|
.sheet-coche-sac12-poids-off:checked ~ .sheet-block-sac12-poids-off,
|
|
.sheet-coche-veture-poids-off:checked ~ .sheet-block-veture-poids-off,
|
|
.sheet-coche-armes-poids-off:checked ~ .sheet-block-armes-poids-off,
|
|
.sheet-coche-projectiles-poids-off:checked ~ .sheet-block-projectiles-poids-off,
|
|
.sheet-coche-boursesous-poids-off:checked ~ .sheet-block-boursesous-poids-off{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-sac1-poids-off,
|
|
.sheet-block-sac2-poids-off,
|
|
.sheet-block-sac3-poids-off,
|
|
.sheet-block-sac4-poids-off,
|
|
.sheet-block-sac5-poids-off,
|
|
.sheet-block-sac6-poids-off,
|
|
.sheet-block-sac7-poids-off,
|
|
.sheet-block-sac8-poids-off,
|
|
.sheet-block-sac9-poids-off,
|
|
.sheet-block-sac10-poids-off,
|
|
.sheet-block-sac11-poids-off,
|
|
.sheet-block-sac12-poids-off,
|
|
.sheet-block-veture-poids-off,
|
|
.sheet-block-armes-poids-off,
|
|
.sheet-block-projectiles-poids-off,
|
|
.sheet-block-boursesous-poids-off,
|
|
.sheet-coche-sac1-poids-off:checked ~ .sheet-block-sac1-poids-on,
|
|
.sheet-coche-sac2-poids-off:checked ~ .sheet-block-sac2-poids-on,
|
|
.sheet-coche-sac3-poids-off:checked ~ .sheet-block-sac3-poids-on,
|
|
.sheet-coche-sac4-poids-off:checked ~ .sheet-block-sac4-poids-on,
|
|
.sheet-coche-sac5-poids-off:checked ~ .sheet-block-sac5-poids-on,
|
|
.sheet-coche-sac6-poids-off:checked ~ .sheet-block-sac6-poids-on,
|
|
.sheet-coche-sac7-poids-off:checked ~ .sheet-block-sac7-poids-on,
|
|
.sheet-coche-sac8-poids-off:checked ~ .sheet-block-sac8-poids-on,
|
|
.sheet-coche-sac9-poids-off:checked ~ .sheet-block-sac9-poids-on,
|
|
.sheet-coche-sac10-poids-off:checked ~ .sheet-block-sac10-poids-on,
|
|
.sheet-coche-sac11-poids-off:checked ~ .sheet-block-sac11-poids-on,
|
|
.sheet-coche-sac12-poids-off:checked ~ .sheet-block-sac12-poids-on,
|
|
.sheet-coche-veture-poids-off:checked ~ .sheet-block-veture-poids-on,
|
|
.sheet-coche-armes-poids-off:checked ~ .sheet-block-armes-poids-on,
|
|
.sheet-coche-projectiles-poids-off:checked ~ .sheet-block-projectiles-poids-on,
|
|
.sheet-coche-boursesous-poids-off:checked ~ .sheet-block-boursesous-poids-on{
|
|
display: none;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
input.sheet-tab{
|
|
width:120px;
|
|
height: 20px;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: 5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
input.sheet-tab::before{
|
|
content: attr(title);
|
|
|
|
border-radius:.5em;
|
|
border:2px solid black;
|
|
text-align: center;
|
|
display: inline-block;
|
|
|
|
background: black;
|
|
color:white;
|
|
width: 150px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
input.sheet-tab:checked::before{
|
|
background:#CCCCCC;
|
|
color:rgb(64, 64, 64);
|
|
border-radius:.5em;
|
|
border:2px solid black;
|
|
}
|
|
|
|
select {
|
|
appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance:textfield;
|
|
}
|
|
|
|
.sheet-bulle{
|
|
border-radius:50%;
|
|
text-align:right;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.charsheet{
|
|
font-family:Georgia, serif;
|
|
}
|
|
|
|
.sheet-title{
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-title-separate{
|
|
color:white;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
padding:30px;
|
|
font-style:normal;
|
|
font-weight:bolder;
|
|
font-size:22px;
|
|
text-align:center;
|
|
text-transform:uppercase;
|
|
|
|
}
|
|
|
|
.sheet-title-separate-B{
|
|
color:white;
|
|
font-family:American Typewriter, serif;
|
|
padding:10px;
|
|
/*font-style:normal;*/
|
|
font-weight:bolder;
|
|
font-size:22px;
|
|
text-align:center;
|
|
text-transform:uppercase;
|
|
|
|
}
|
|
|
|
.sheet-caracs{
|
|
font-size: 16px;
|
|
font-weight:bolder;
|
|
text-align:left;
|
|
padding-left:3px;
|
|
}
|
|
|
|
.sheet-style-caracs-enm,
|
|
.sheet-style-caracs-invoc{
|
|
font-size:12px;
|
|
font-weight:bolder;
|
|
text-align:left;
|
|
padding-left:0px;
|
|
}
|
|
|
|
.sheet-texte-gris{
|
|
color: gray;
|
|
}
|
|
|
|
.sheet-texte-gris-clair{
|
|
color: #e3e3e3;
|
|
}
|
|
|
|
.sheet-texte-blanc{
|
|
color: white;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-texte-noir{
|
|
font-size:11px;
|
|
color: black;
|
|
font-weight:bolder;
|
|
|
|
}
|
|
|
|
.sheet-input-text-comp-blanc{
|
|
color: white;
|
|
border: none;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.sheet-input-text-comp-noir{
|
|
font-size:11px;
|
|
color: black;
|
|
border: none;
|
|
font-weight:bolder;
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.sheet-table-fatigue{
|
|
margin-top:20px;
|
|
/*table-layout:fixed;
|
|
width:400px;*/
|
|
}
|
|
|
|
.sheet-competences{
|
|
padding-left:5px;
|
|
}
|
|
|
|
.sheet-tmr-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/magie/RDD_frise_tmr_plus.png);
|
|
width:791px;
|
|
height:77px;
|
|
margin-top:0px;
|
|
margin-left:0px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top:30px;
|
|
z-index:6;
|
|
}
|
|
|
|
.sheet-reve-act-bg{
|
|
position:sticky;
|
|
top: 30px;
|
|
}
|
|
|
|
.sheet-chance-act-bg{
|
|
position:sticky;
|
|
top:78px;
|
|
}
|
|
|
|
.sheet-creation-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/RDD_frise_creation_B.png);
|
|
width:850px;
|
|
height:84px;
|
|
background-repeat:no-repeat;
|
|
position: fixed;
|
|
bottom:0px;
|
|
/*width: 100%;*/
|
|
z-index:21;
|
|
}
|
|
|
|
.sheet-statut-bg{
|
|
background-color:#000000;
|
|
width:850px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
position: fixed;
|
|
bottom:4px;
|
|
/*width: 100%;*/
|
|
z-index:20;
|
|
}
|
|
|
|
.sheet-enctotal-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_fond_encB.png);
|
|
width:407px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
position: sticky;
|
|
top:45px;
|
|
}
|
|
|
|
.sheet-richtotal-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_fond_richB.png);
|
|
width:407px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
position: sticky;
|
|
top:45px;
|
|
}
|
|
|
|
.sheet-barre-statut-comp{
|
|
width:140px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top: 45px;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-barre-statut-lois{
|
|
width:140px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top: 94px;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-barre-eg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_etatg_barreC.png);
|
|
width:102px;
|
|
height:44px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-barre-moral{
|
|
width:51px;
|
|
height:44px;
|
|
margin-top:-44px;
|
|
margin-left:748px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top: 45px;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-barre-icones-perm{
|
|
width:850px;
|
|
height:44px;
|
|
margin-top:-44px;
|
|
margin-left:0px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top: 45px;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-barre-coeur{
|
|
width:51px;
|
|
height:44px;
|
|
margin-top:-44px;
|
|
margin-left:799px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
top: 45px;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-loisirs-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_frise_loisirs.png);
|
|
width:850px;
|
|
height:84px;
|
|
margin-top:0px;
|
|
margin-left:0px;
|
|
background-repeat:no-repeat;
|
|
position:sticky;
|
|
z-index:1;
|
|
top: 30px;
|
|
}
|
|
|
|
.sheet-boutons-onglets{
|
|
background-image:url(http://apo.powered.free.fr/RDD/general/RDD_fond_onglets_frise_pierre_850.png);
|
|
width:850px;
|
|
height:54px;
|
|
position:sticky;
|
|
top: 0;
|
|
z-index:10;
|
|
}
|
|
|
|
.sheet-repeating-hobby{
|
|
z-index:0;
|
|
}
|
|
|
|
.sheet-tab1-bg-A{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/RDD_fond_comp.png);
|
|
width:849px;
|
|
height:1325px;
|
|
margin-top:-60px;
|
|
margin-left:0px;
|
|
padding-top:0px;
|
|
position:relative;
|
|
z-index:5;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-combat-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/RDD_combat_titre.png);
|
|
margin-top:0px;
|
|
margin-left:5px;
|
|
width:837px;
|
|
height:144px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-sante-bg{
|
|
margin-top:0px;
|
|
width:857px;
|
|
background-repeat: repeat-y;
|
|
}
|
|
|
|
.sheet-moments-bg{
|
|
margin-top:0px;
|
|
width:427px;
|
|
height:349px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-decomptes-bg{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/RDD_fond_sante_B.png);
|
|
width:824px;
|
|
height:1430px;
|
|
margin-top:-6px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-separateur-des-A{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/RDD_des_separateur.png);
|
|
width:368px;
|
|
height:50px;
|
|
margin-top:0px;
|
|
margin-left:40px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-separateur-des-B{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/RDD_des_separateur_full.png);
|
|
width:368px;
|
|
height:53px;
|
|
margin-top:0px;
|
|
margin-left:40px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
.sheet-fatigue-bg{
|
|
margin-left:445px;
|
|
width:400px;
|
|
height:257px;
|
|
margin-top:0px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
|
|
.sheet-input-readonly::-webkit-outer-spin-button,
|
|
.sheet-input-readonly::-webkit-inner-spin-button,
|
|
|
|
.sheet-input-small-readonly::-webkit-outer-spin-button,
|
|
.sheet-input-small-readonly::-webkit-inner-spin-button,
|
|
|
|
.sheet-input-short-readonly::-webkit-outer-spin-button,
|
|
.sheet-input-short-readonly::-webkit-inner-spin-button,
|
|
|
|
.sheet-input-short-big-readonly::-webkit-outer-spin-button,
|
|
.sheet-input-short-big-readonly::-webkit-inner-spin-button{
|
|
|
|
-webkit-appearance: none;
|
|
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
|
|
}
|
|
|
|
.sheet-input-readonly,
|
|
.sheet-input-small-readonly,
|
|
.sheet-input-short-readonly,
|
|
.sheet-input-short-big-readonly{
|
|
-moz-appearance:textfield; /* Firefox */
|
|
appearance: textfield;
|
|
}
|
|
|
|
.sheet-input-readonly{
|
|
font-size:18px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
background:rgba(255,255,255,0.25);
|
|
}
|
|
|
|
.sheet-input-small-readonly{
|
|
font-size:14px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-input-short-readonly{
|
|
width:50px;
|
|
font-size:16px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-input-short-big-readonly{
|
|
width:50px;
|
|
font-size:28px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
background-color: transparent;
|
|
border: none;
|
|
color: white;
|
|
}
|
|
|
|
.sheet-input-short-text-readonly{
|
|
width:56px;
|
|
font-size:16px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-input-short{
|
|
width:50px;
|
|
font-size:16px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-input-very-short{
|
|
width:35px;
|
|
font-size:14px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-input-number{
|
|
font-size:18px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
background:rgba(255,255,255,0.25);
|
|
}
|
|
|
|
.sheet-input-niv-comp{
|
|
font-size:14px;
|
|
text-align:center;
|
|
width:350px;
|
|
font-weight:bolder;
|
|
background:rgba(255,255,255,0.5);
|
|
}
|
|
|
|
.sheet-input-desc{
|
|
font-size:14px;
|
|
text-align:center;
|
|
font-weight:bolder;
|
|
color:#8a8a8a;
|
|
}
|
|
|
|
.sheet-input-exp{
|
|
font-size:12px;
|
|
text-align:center;
|
|
color: gray;
|
|
font-weight:bolder;
|
|
background:rgba(255,255,255,0.75);
|
|
}
|
|
|
|
.sheet-input-item-enc{
|
|
font-size:14px;
|
|
text-align:center;
|
|
color: #b3b1ab;
|
|
font-weight:bolder;
|
|
}
|
|
|
|
.sheet-name{
|
|
margin-top : 3px;
|
|
margin-left : 0px;
|
|
height:10px;
|
|
width: 206px;
|
|
background: transparent;
|
|
border:none;
|
|
font-size:22px;
|
|
font-weight:bolder;
|
|
font-style:normal;
|
|
text-transform:capitalize;
|
|
font-family:Georgia, serif;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-input-text-arme {
|
|
padding-left : 5px;
|
|
width: 160px;
|
|
font-size:12px;
|
|
font-weight:bolder;
|
|
font-family:Georgia, serif;
|
|
text-align:left;
|
|
}
|
|
|
|
.sheet-input-text-arme-court,
|
|
.sheet-input-text-arme-invoc{
|
|
padding-left : 5px;
|
|
width: 110px;
|
|
font-size:12px;
|
|
font-weight:bolder;
|
|
font-family:Georgia, serif;
|
|
text-align:left;
|
|
}
|
|
|
|
.sheet-input-text-arme-court2,
|
|
.sheet-input-text-arme-invoc2{
|
|
padding-left : 5px;
|
|
width: 140px;
|
|
font-size:12px;
|
|
font-weight:bolder;
|
|
font-family:Georgia, serif;
|
|
text-align:left;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-RDD table,
|
|
.sheet-rolltemplate-Invoc table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #6edbae 60%, #579cb5 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-RDD th,
|
|
.sheet-rolltemplate-Invoc th{
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
|
|
}
|
|
.sheet-rolltemplate-RDD td,
|
|
.sheet-rolltemplate-Invoc td{
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-RDD .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-Invoc .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(255,255,255,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Chance-act table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #41e05b 60%, #579cb5 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Chance-act th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Chance-act td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Chance-act .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(0, 166, 58,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Lecture table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #f5f369 60%, #f5942c );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Lecture th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Lecture td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Lecture .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Musique table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #e36340 60%, #a62465 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Musique th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Musique td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Musique .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(196, 47, 50,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Cuisine table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #6c992e 60%, #664210 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Cuisine th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Cuisine td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Cuisine .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(196, 47, 50,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Meditation table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #a1fdff 60%, #c9feff );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Meditation th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Meditation td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Meditation .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(47, 98, 194,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Signe-drac table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #ebd4fc 60%, #d5b7eb );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Signe-drac th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Signe-drac td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Signe-drac .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(47, 98, 194,0.25);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
|
|
|
|
.sheet-rolltemplate-Rencontre table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #3696e0 60%, #233e9e );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Rencontre th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Rencontre td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Rencontre .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(187, 184, 204,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maitrise table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #47bdcc 60%, #277c87 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maitrise th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
text-align:center;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maitrise td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maitrise .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(252, 222, 242, 0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Lambda table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #fffaba 60%, #fce6a2 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Lambda th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
text-align:center;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Lambda td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Lambda .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(252, 222, 242, 0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Magie table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #daabf7 60%, #ffd000 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Magie th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Magie td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Magie .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255, 255, 255,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-ENM table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #e8cf61 60%, #d6832f );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-ENM th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-ENM td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-ENM .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-block-0{
|
|
display: none;
|
|
}
|
|
.sheet-end-0:checked ~ .sheet-block-0 {
|
|
display: block;
|
|
}
|
|
.sheet-end-0:checked ~ .sheet-block-16,
|
|
.sheet-end-0:checked ~ .sheet-block-17,
|
|
.sheet-end-0:checked ~ .sheet-block-18,
|
|
.sheet-end-0:checked ~ .sheet-block-19,
|
|
.sheet-end-0:checked ~ .sheet-block-20,
|
|
.sheet-end-0:checked ~ .sheet-block-21,
|
|
.sheet-end-0:checked ~ .sheet-block-22,
|
|
.sheet-end-0:checked ~ .sheet-block-23,
|
|
.sheet-end-0:checked ~ .sheet-block-24,
|
|
.sheet-end-0:checked ~ .sheet-block-25,
|
|
.sheet-end-0:checked ~ .sheet-block-26,
|
|
.sheet-end-0:checked ~ .sheet-block-27,
|
|
.sheet-end-0:checked ~ .sheet-block-28,
|
|
.sheet-end-0:checked ~ .sheet-block-29,
|
|
.sheet-end-0:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-16{
|
|
display: none;
|
|
}
|
|
.sheet-end-16:checked ~ .sheet-block-16 {
|
|
display: block;
|
|
}
|
|
.sheet-end-16:checked ~ .sheet-block-0,
|
|
.sheet-end-16:checked ~ .sheet-block-17,
|
|
.sheet-end-16:checked ~ .sheet-block-18,
|
|
.sheet-end-16:checked ~ .sheet-block-19,
|
|
.sheet-end-16:checked ~ .sheet-block-20,
|
|
.sheet-end-16:checked ~ .sheet-block-21,
|
|
.sheet-end-16:checked ~ .sheet-block-22,
|
|
.sheet-end-16:checked ~ .sheet-block-23,
|
|
.sheet-end-16:checked ~ .sheet-block-24,
|
|
.sheet-end-16:checked ~ .sheet-block-25,
|
|
.sheet-end-16:checked ~ .sheet-block-26,
|
|
.sheet-end-16:checked ~ .sheet-block-27,
|
|
.sheet-end-16:checked ~ .sheet-block-28,
|
|
.sheet-end-16:checked ~ .sheet-block-29,
|
|
.sheet-end-16:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-17{
|
|
display: none;
|
|
}
|
|
.sheet-end-17:checked ~ .sheet-block-17 {
|
|
display: block;
|
|
}
|
|
.sheet-end-17:checked ~ .sheet-block-0,
|
|
.sheet-end-17:checked ~ .sheet-block-16,
|
|
.sheet-end-17:checked ~ .sheet-block-18,
|
|
.sheet-end-17:checked ~ .sheet-block-19,
|
|
.sheet-end-17:checked ~ .sheet-block-20,
|
|
.sheet-end-17:checked ~ .sheet-block-21,
|
|
.sheet-end-17:checked ~ .sheet-block-22,
|
|
.sheet-end-17:checked ~ .sheet-block-23,
|
|
.sheet-end-17:checked ~ .sheet-block-24,
|
|
.sheet-end-17:checked ~ .sheet-block-25,
|
|
.sheet-end-17:checked ~ .sheet-block-26,
|
|
.sheet-end-17:checked ~ .sheet-block-27,
|
|
.sheet-end-17:checked ~ .sheet-block-28,
|
|
.sheet-end-17:checked ~ .sheet-block-29,
|
|
.sheet-end-17:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-18{
|
|
display: none;
|
|
}
|
|
.sheet-end-18:checked ~ .sheet-block-18 {
|
|
display: block;
|
|
}
|
|
.sheet-end-18:checked ~ .sheet-block-0,
|
|
.sheet-end-18:checked ~ .sheet-block-16,
|
|
.sheet-end-18:checked ~ .sheet-block-17,
|
|
.sheet-end-18:checked ~ .sheet-block-19,
|
|
.sheet-end-18:checked ~ .sheet-block-20,
|
|
.sheet-end-18:checked ~ .sheet-block-21,
|
|
.sheet-end-18:checked ~ .sheet-block-22,
|
|
.sheet-end-18:checked ~ .sheet-block-23,
|
|
.sheet-end-18:checked ~ .sheet-block-24,
|
|
.sheet-end-18:checked ~ .sheet-block-25,
|
|
.sheet-end-18:checked ~ .sheet-block-26,
|
|
.sheet-end-18:checked ~ .sheet-block-27,
|
|
.sheet-end-18:checked ~ .sheet-block-28,
|
|
.sheet-end-18:checked ~ .sheet-block-29,
|
|
.sheet-end-18:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-19{
|
|
display: none;
|
|
}
|
|
.sheet-end-19:checked ~ .sheet-block-19 {
|
|
display: block;
|
|
}
|
|
.sheet-end-19:checked ~ .sheet-block-0,
|
|
.sheet-end-19:checked ~ .sheet-block-16,
|
|
.sheet-end-19:checked ~ .sheet-block-17,
|
|
.sheet-end-19:checked ~ .sheet-block-18,
|
|
.sheet-end-19:checked ~ .sheet-block-20,
|
|
.sheet-end-19:checked ~ .sheet-block-21,
|
|
.sheet-end-19:checked ~ .sheet-block-22,
|
|
.sheet-end-19:checked ~ .sheet-block-23,
|
|
.sheet-end-19:checked ~ .sheet-block-24,
|
|
.sheet-end-19:checked ~ .sheet-block-25,
|
|
.sheet-end-19:checked ~ .sheet-block-26,
|
|
.sheet-end-19:checked ~ .sheet-block-27,
|
|
.sheet-end-19:checked ~ .sheet-block-28,
|
|
.sheet-end-19:checked ~ .sheet-block-29,
|
|
.sheet-end-19:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-20{
|
|
display: none;
|
|
}
|
|
.sheet-end-20:checked ~ .sheet-block-20 {
|
|
display: block;
|
|
}
|
|
.sheet-end-20:checked ~ .sheet-block-0,
|
|
.sheet-end-20:checked ~ .sheet-block-16,
|
|
.sheet-end-20:checked ~ .sheet-block-17,
|
|
.sheet-end-20:checked ~ .sheet-block-18,
|
|
.sheet-end-20:checked ~ .sheet-block-19,
|
|
.sheet-end-20:checked ~ .sheet-block-21,
|
|
.sheet-end-20:checked ~ .sheet-block-22,
|
|
.sheet-end-20:checked ~ .sheet-block-23,
|
|
.sheet-end-20:checked ~ .sheet-block-24,
|
|
.sheet-end-20:checked ~ .sheet-block-25,
|
|
.sheet-end-20:checked ~ .sheet-block-26,
|
|
.sheet-end-20:checked ~ .sheet-block-27,
|
|
.sheet-end-20:checked ~ .sheet-block-28,
|
|
.sheet-end-20:checked ~ .sheet-block-29,
|
|
.sheet-end-20:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-21{
|
|
display: none;
|
|
}
|
|
.sheet-end-21:checked ~ .sheet-block-21 {
|
|
display: block;
|
|
}
|
|
.sheet-end-21:checked ~ .sheet-block-0,
|
|
.sheet-end-21:checked ~ .sheet-block-16,
|
|
.sheet-end-21:checked ~ .sheet-block-17,
|
|
.sheet-end-21:checked ~ .sheet-block-18,
|
|
.sheet-end-21:checked ~ .sheet-block-19,
|
|
.sheet-end-21:checked ~ .sheet-block-20,
|
|
.sheet-end-21:checked ~ .sheet-block-22,
|
|
.sheet-end-21:checked ~ .sheet-block-23,
|
|
.sheet-end-21:checked ~ .sheet-block-24,
|
|
.sheet-end-21:checked ~ .sheet-block-25,
|
|
.sheet-end-21:checked ~ .sheet-block-26,
|
|
.sheet-end-21:checked ~ .sheet-block-27,
|
|
.sheet-end-21:checked ~ .sheet-block-28,
|
|
.sheet-end-21:checked ~ .sheet-block-29,
|
|
.sheet-end-21:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-22{
|
|
display: none;
|
|
}
|
|
.sheet-end-22:checked ~ .sheet-block-22 {
|
|
display: block;
|
|
}
|
|
.sheet-end-22:checked ~ .sheet-block-0,
|
|
.sheet-end-22:checked ~ .sheet-block-16,
|
|
.sheet-end-22:checked ~ .sheet-block-17,
|
|
.sheet-end-22:checked ~ .sheet-block-18,
|
|
.sheet-end-22:checked ~ .sheet-block-19,
|
|
.sheet-end-22:checked ~ .sheet-block-20,
|
|
.sheet-end-22:checked ~ .sheet-block-21,
|
|
.sheet-end-22:checked ~ .sheet-block-23,
|
|
.sheet-end-22:checked ~ .sheet-block-24,
|
|
.sheet-end-22:checked ~ .sheet-block-25,
|
|
.sheet-end-22:checked ~ .sheet-block-26,
|
|
.sheet-end-22:checked ~ .sheet-block-27,
|
|
.sheet-end-22:checked ~ .sheet-block-28,
|
|
.sheet-end-22:checked ~ .sheet-block-29,
|
|
.sheet-end-22:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-23{
|
|
display: none;
|
|
}
|
|
.sheet-end-23:checked ~ .sheet-block-23 {
|
|
display: block;
|
|
}
|
|
.sheet-end-23:checked ~ .sheet-block-0,
|
|
.sheet-end-23:checked ~ .sheet-block-16,
|
|
.sheet-end-23:checked ~ .sheet-block-17,
|
|
.sheet-end-23:checked ~ .sheet-block-18,
|
|
.sheet-end-23:checked ~ .sheet-block-19,
|
|
.sheet-end-23:checked ~ .sheet-block-20,
|
|
.sheet-end-23:checked ~ .sheet-block-21,
|
|
.sheet-end-23:checked ~ .sheet-block-22,
|
|
.sheet-end-23:checked ~ .sheet-block-24,
|
|
.sheet-end-23:checked ~ .sheet-block-25,
|
|
.sheet-end-23:checked ~ .sheet-block-26,
|
|
.sheet-end-23:checked ~ .sheet-block-27,
|
|
.sheet-end-23:checked ~ .sheet-block-28,
|
|
.sheet-end-23:checked ~ .sheet-block-29,
|
|
.sheet-end-23:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-24{
|
|
display: none;
|
|
}
|
|
.sheet-end-24:checked ~ .sheet-block-24 {
|
|
display: block;
|
|
}
|
|
.sheet-end-24:checked ~ .sheet-block-0,
|
|
.sheet-end-24:checked ~ .sheet-block-16,
|
|
.sheet-end-24:checked ~ .sheet-block-17,
|
|
.sheet-end-24:checked ~ .sheet-block-18,
|
|
.sheet-end-24:checked ~ .sheet-block-19,
|
|
.sheet-end-24:checked ~ .sheet-block-20,
|
|
.sheet-end-24:checked ~ .sheet-block-21,
|
|
.sheet-end-24:checked ~ .sheet-block-22,
|
|
.sheet-end-24:checked ~ .sheet-block-23,
|
|
.sheet-end-24:checked ~ .sheet-block-25,
|
|
.sheet-end-24:checked ~ .sheet-block-26,
|
|
.sheet-end-24:checked ~ .sheet-block-27,
|
|
.sheet-end-24:checked ~ .sheet-block-28,
|
|
.sheet-end-24:checked ~ .sheet-block-29,
|
|
.sheet-end-24:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-25{
|
|
display: none;
|
|
}
|
|
.sheet-end-25:checked ~ .sheet-block-25 {
|
|
display: block;
|
|
}
|
|
.sheet-end-25:checked ~ .sheet-block-0,
|
|
.sheet-end-25:checked ~ .sheet-block-16,
|
|
.sheet-end-25:checked ~ .sheet-block-17,
|
|
.sheet-end-25:checked ~ .sheet-block-18,
|
|
.sheet-end-25:checked ~ .sheet-block-19,
|
|
.sheet-end-25:checked ~ .sheet-block-20,
|
|
.sheet-end-25:checked ~ .sheet-block-21,
|
|
.sheet-end-25:checked ~ .sheet-block-22,
|
|
.sheet-end-25:checked ~ .sheet-block-23,
|
|
.sheet-end-25:checked ~ .sheet-block-24,
|
|
.sheet-end-25:checked ~ .sheet-block-26,
|
|
.sheet-end-25:checked ~ .sheet-block-27,
|
|
.sheet-end-25:checked ~ .sheet-block-28,
|
|
.sheet-end-25:checked ~ .sheet-block-29,
|
|
.sheet-end-25:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-26{
|
|
display: none;
|
|
}
|
|
.sheet-end-26:checked ~ .sheet-block-26 {
|
|
display: block;
|
|
}
|
|
.sheet-end-26:checked ~ .sheet-block-0,
|
|
.sheet-end-26:checked ~ .sheet-block-16,
|
|
.sheet-end-26:checked ~ .sheet-block-17,
|
|
.sheet-end-26:checked ~ .sheet-block-18,
|
|
.sheet-end-26:checked ~ .sheet-block-19,
|
|
.sheet-end-26:checked ~ .sheet-block-20,
|
|
.sheet-end-26:checked ~ .sheet-block-21,
|
|
.sheet-end-26:checked ~ .sheet-block-22,
|
|
.sheet-end-26:checked ~ .sheet-block-23,
|
|
.sheet-end-26:checked ~ .sheet-block-24,
|
|
.sheet-end-26:checked ~ .sheet-block-25,
|
|
.sheet-end-26:checked ~ .sheet-block-27,
|
|
.sheet-end-26:checked ~ .sheet-block-28,
|
|
.sheet-end-26:checked ~ .sheet-block-29,
|
|
.sheet-end-26:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-27{
|
|
display: none;
|
|
}
|
|
.sheet-end-27:checked ~ .sheet-block-27 {
|
|
display: block;
|
|
}
|
|
.sheet-end-27:checked ~ .sheet-block-0,
|
|
.sheet-end-27:checked ~ .sheet-block-16,
|
|
.sheet-end-27:checked ~ .sheet-block-17,
|
|
.sheet-end-27:checked ~ .sheet-block-18,
|
|
.sheet-end-27:checked ~ .sheet-block-19,
|
|
.sheet-end-27:checked ~ .sheet-block-20,
|
|
.sheet-end-27:checked ~ .sheet-block-21,
|
|
.sheet-end-27:checked ~ .sheet-block-22,
|
|
.sheet-end-27:checked ~ .sheet-block-23,
|
|
.sheet-end-27:checked ~ .sheet-block-24,
|
|
.sheet-end-27:checked ~ .sheet-block-25,
|
|
.sheet-end-27:checked ~ .sheet-block-26,
|
|
.sheet-end-27:checked ~ .sheet-block-28,
|
|
.sheet-end-27:checked ~ .sheet-block-29,
|
|
.sheet-end-27:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-28{
|
|
display: none;
|
|
}
|
|
.sheet-end-28:checked ~ .sheet-block-28 {
|
|
display: block;
|
|
}
|
|
.sheet-end-28:checked ~ .sheet-block-0,
|
|
.sheet-end-28:checked ~ .sheet-block-16,
|
|
.sheet-end-28:checked ~ .sheet-block-17,
|
|
.sheet-end-28:checked ~ .sheet-block-18,
|
|
.sheet-end-28:checked ~ .sheet-block-19,
|
|
.sheet-end-28:checked ~ .sheet-block-20,
|
|
.sheet-end-28:checked ~ .sheet-block-21,
|
|
.sheet-end-28:checked ~ .sheet-block-22,
|
|
.sheet-end-28:checked ~ .sheet-block-23,
|
|
.sheet-end-28:checked ~ .sheet-block-24,
|
|
.sheet-end-28:checked ~ .sheet-block-25,
|
|
.sheet-end-28:checked ~ .sheet-block-26,
|
|
.sheet-end-28:checked ~ .sheet-block-27,
|
|
.sheet-end-28:checked ~ .sheet-block-29,
|
|
.sheet-end-28:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-29{
|
|
display: none;
|
|
}
|
|
.sheet-end-29:checked ~ .sheet-block-29 {
|
|
display: block;
|
|
}
|
|
.sheet-end-29:checked ~ .sheet-block-0,
|
|
.sheet-end-29:checked ~ .sheet-block-16,
|
|
.sheet-end-29:checked ~ .sheet-block-17,
|
|
.sheet-end-29:checked ~ .sheet-block-18,
|
|
.sheet-end-29:checked ~ .sheet-block-19,
|
|
.sheet-end-29:checked ~ .sheet-block-20,
|
|
.sheet-end-29:checked ~ .sheet-block-21,
|
|
.sheet-end-29:checked ~ .sheet-block-22,
|
|
.sheet-end-29:checked ~ .sheet-block-23,
|
|
.sheet-end-29:checked ~ .sheet-block-24,
|
|
.sheet-end-29:checked ~ .sheet-block-25,
|
|
.sheet-end-29:checked ~ .sheet-block-26,
|
|
.sheet-end-29:checked ~ .sheet-block-27,
|
|
.sheet-end-29:checked ~ .sheet-block-28,
|
|
.sheet-end-29:checked ~ .sheet-block-30 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-30{
|
|
display: none;
|
|
}
|
|
.sheet-end-30:checked ~ .sheet-block-30 {
|
|
display: block;
|
|
}
|
|
.sheet-end-30:checked ~ .sheet-block-0,
|
|
.sheet-end-30:checked ~ .sheet-block-16,
|
|
.sheet-end-30:checked ~ .sheet-block-17,
|
|
.sheet-end-30:checked ~ .sheet-block-18,
|
|
.sheet-end-30:checked ~ .sheet-block-19,
|
|
.sheet-end-30:checked ~ .sheet-block-20,
|
|
.sheet-end-30:checked ~ .sheet-block-21,
|
|
.sheet-end-30:checked ~ .sheet-block-22,
|
|
.sheet-end-30:checked ~ .sheet-block-23,
|
|
.sheet-end-30:checked ~ .sheet-block-24,
|
|
.sheet-end-30:checked ~ .sheet-block-25,
|
|
.sheet-end-30:checked ~ .sheet-block-26,
|
|
.sheet-end-30:checked ~ .sheet-block-27,
|
|
.sheet-end-30:checked ~ .sheet-block-28,
|
|
.sheet-end-30:checked ~ .sheet-block-29 {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Init table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #A8F7BC 60%, #B3AF81 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Init th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Init td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Init .sheet-template-wrapper .inlinerollresult {
|
|
font-size:24px;
|
|
background-color: rgba(255,255,255,0.9);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Reve-recup table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #ba417e 60%, #bf344d );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Reve-recup th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Reve-recup td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Reve-recup .sheet-template-wrapper .inlinerollresult {
|
|
font-size:24px;
|
|
background-color: rgba(255,255,255,0.9);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Jet-moral table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #EBC459 60%, #9B53BD );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Jet-moral th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Jet-moral td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-moral .sheet-template-wrapper .inlinerollresult {
|
|
font-size:24px;
|
|
background-color: rgba(255,255,255,0.9);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stress table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #7b6187 60%, #3d202f );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(220, 220, 220);
|
|
}
|
|
.sheet-rolltemplate-Stress th {
|
|
color:white;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(220, 220, 220);
|
|
}
|
|
.sheet-rolltemplate-Stress td {
|
|
color:white;
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(220, 220, 220);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stress .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(87, 58, 107,0.5);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(220, 220, 220);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stress-bonus table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, red 0%, orange 10%, orange 30%, yellow 50%, yellow 70%, green 90%, green 100% );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Stress-bonus th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Stress-bonus td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stress-bonus .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Caracs table,
|
|
.sheet-rolltemplate-Carac-chance table,
|
|
.sheet-rolltemplate-Caracs-invoc table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #fca31c 60%, #78290a );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Caracs th,
|
|
.sheet-rolltemplate-Carac-chance th,
|
|
.sheet-rolltemplate-Caracs-invoc th{
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Caracs td,
|
|
.sheet-rolltemplate-Carac-chance td,
|
|
.sheet-rolltemplate-Caracs-invoc td{
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Caracs .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-Carac-chance .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-Caracs-invoc .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(255,255,0,0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-JR table,
|
|
.sheet-rolltemplate-JR-invoc table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #b85cd1 60%, #681a7d );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Protection table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #fcba03 60%, #fc8200 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-JR th,
|
|
.sheet-rolltemplate-JR-invoc th,
|
|
.sheet-rolltemplate-Protection th{
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color: white;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-JR td,
|
|
.sheet-rolltemplate-JR-invoc td,
|
|
.sheet-rolltemplate-Protection td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-JR .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-JR-invoc .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(235, 174, 252, 0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Protection .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(255, 51, 0, 0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Guerison table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #3ade55 60%, #1bb535 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Guerison th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Guerison td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Guerison .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(201, 255, 171,0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Astro-nombre table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #1a174a 60%, #000000 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: orange;
|
|
}
|
|
.sheet-rolltemplate-Astro-nombre th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color: #f252a5;
|
|
}
|
|
.sheet-rolltemplate-Astro-nombre td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Astro-nombre .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(14, 69, 171,0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Caracs-ENM table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #fa6d1b 60%, #c93112 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Caracs-ENM th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Caracs-ENM td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Caracs-ENM .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,0,0.4);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Blessures table,
|
|
.sheet-rolltemplate-Blessures-invoc table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #ad0600 60%, #780158 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Blessures th,
|
|
.sheet-rolltemplate-Blessures-invoc th{
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Blessures td,
|
|
.sheet-rolltemplate-Blessures-invoc td{
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Blessures .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-Blessures-invoc .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(237,50,50,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-CNM table,
|
|
.sheet-rolltemplate-CNM-invoc table{
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #60a5f0 60%, #c74eb1 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-CNM th,
|
|
.sheet-rolltemplate-CNM-invoc th{
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-CNM td,
|
|
.sheet-rolltemplate-CNM-invoc td{
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-CNM .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-CNM-invoc .sheet-template-wrapper .inlinerollresult{
|
|
background-color: rgba(30, 90, 156,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Blessures-enm table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #7a00ab 60%, #91010b );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Blessures-enm th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Blessures-enm td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Blessures-enm .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(237,50,50,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-CNM-enm table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #52825f 60%, #014023 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-CNM-enm th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-CNM-enm td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-CNM-enm .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(164, 166, 164,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Perte-end table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #87b2c4 60%, #489672 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Perte-end th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Perte-end td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Perte-end .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(115,167,189,0.4);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Ethylisme table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #6d071a 60%, #a60024 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Ethylisme th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Ethylisme td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-Ethylisme .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(184, 61, 89,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-vie table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #6d071a 60%, #a60024 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Jet-vie th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Jet-vie td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-vie .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(163, 47, 24,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Recup-pv table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #0fd6ab 60%, #489672 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Recup-pv th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Recup-pv td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Recup-pv .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.3);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maladie table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #bdd46c 60%, #a8bd5e );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Maladie th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Maladie td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Maladie .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.3);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Poison table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #c3a3d1 60%, #9e79ad );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Poison th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Poison td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Poison .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.3);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stun table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #d6d6d6 60%, #bab8b8 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Stun th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Stun td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Stun .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.3);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-refoulement table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #23093d 60%, #07000d );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: #9a58cc;
|
|
}
|
|
.sheet-rolltemplate-Jet-refoulement th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Jet-refoulement td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-refoulement .sheet-template-wrapper .inlinerollresult {
|
|
font-size:24px;
|
|
background-color: rgba(154, 88, 204,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-coeur table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #ff5999 60%, #8c1845 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: white;
|
|
}
|
|
.sheet-rolltemplate-Jet-coeur th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Jet-coeur td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Jet-coeur .sheet-template-wrapper .inlinerollresult {
|
|
font-size:24px;
|
|
background-color: rgba(154, 88, 204,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Volonte-ethyl table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #db6414 60%, #b30545 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color: #ffd859;
|
|
}
|
|
.sheet-rolltemplate-Volonte-ethyl th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
}
|
|
.sheet-rolltemplate-Volonte-ethyl td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-Volonte-ethyl .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(191, 173, 0, 0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-Arme-res table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #9fbdb8 60%, #6a9177 );
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Arme-res th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding-top:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Arme-res td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Arme-res .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(82, 99, 90, 0.2);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Connaissances table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, #6edbae 60%, #579cb5 );
|
|
padding:10px;
|
|
margin:5px;
|
|
}
|
|
.sheet-rolltemplate-Connaissances th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Connaissances td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Connaissances .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.5);
|
|
border-width: none;
|
|
border-color: none;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Queues table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, rgb(198, 134, 201) 60%, #61012e);
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Souffle table {
|
|
border-collapse:separate;
|
|
border-spacing:0px;
|
|
background-color:#A0A49E;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 10px;
|
|
background: linear-gradient(to right bottom, rgb(180, 91, 113) 60%, #610101);
|
|
padding:10px;
|
|
margin:5px;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Queues th,
|
|
.sheet-rolltemplate-Souffle th {
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-size:20px;
|
|
padding:10px;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
text-align:center;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
.sheet-rolltemplate-Queues td,
|
|
.sheet-rolltemplate-Souffle td {
|
|
padding:3px;
|
|
font-size:12px;
|
|
font-family:Comic Sans, Comic Sans MS, cursive;
|
|
font-style:normal;
|
|
text-transform:uppercase;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-rolltemplate-Queues .sheet-template-wrapper .inlinerollresult,
|
|
.sheet-rolltemplate-Souffle .sheet-template-wrapper .inlinerollresult {
|
|
background-color: rgba(255,255,255,0.7);
|
|
border-width: none;
|
|
border-color: #BEAAA0;
|
|
border-style: none;
|
|
border-radius: 50%;
|
|
color:rgb(64, 64, 64);
|
|
}
|
|
|
|
.sheet-no-help,
|
|
.sheet-switch-crea-help:checked ~ .sheet-crea-help {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-crea-help,
|
|
.sheet-switch-crea-help:checked ~ .sheet-no-help {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-astro-block-0{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-0 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-0:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-1{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-1 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-1:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-2{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-2 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-2:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-3{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-3 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-3:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-4{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-4 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-4:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-5{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-5 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-5:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-6{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-6 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-6:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-7{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-7 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-7:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-8{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-8 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-8:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-9{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-9 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-9:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-10{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-10 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-10:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-11{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-11 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-1,
|
|
.sheet-astro-theme-11:checked ~ .sheet-astro-block-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-12{
|
|
display: none;
|
|
}
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-12 {
|
|
display: block;
|
|
}
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-0,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-2,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-3,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-4,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-5,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-6,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-7,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-8,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-9,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-10,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-11,
|
|
.sheet-astro-theme-12:checked ~ .sheet-astro-block-1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-astro-block-0,
|
|
.sheet-astro-block-1,
|
|
.sheet-astro-block-2,
|
|
.sheet-astro-block-3,
|
|
.sheet-astro-block-4,
|
|
.sheet-astro-block-5,
|
|
.sheet-astro-block-6,
|
|
.sheet-astro-block-7,
|
|
.sheet-astro-block-8,
|
|
.sheet-astro-block-9,
|
|
.sheet-astro-block-10,
|
|
.sheet-astro-block-11,
|
|
.sheet-astro-block-12{
|
|
mix-blend-mode: darken;
|
|
}
|
|
|
|
|
|
.sheet-block-hn-0{
|
|
display: none;
|
|
}
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-0 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-0:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-1{
|
|
display: none;
|
|
}
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-1 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-1:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-2{
|
|
display: none;
|
|
}
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-2 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-2:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-3{
|
|
display: none;
|
|
}
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-3 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-3:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-4{
|
|
display: none;
|
|
}
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-4 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-4:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-5{
|
|
display: none;
|
|
}
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-5 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-5:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-6{
|
|
display: none;
|
|
}
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-6 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-6:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-7{
|
|
display: none;
|
|
}
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-7 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-7:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-8{
|
|
display: none;
|
|
}
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-8 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-8:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-9{
|
|
display: none;
|
|
}
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-9 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-9:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-10{
|
|
display: none;
|
|
}
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-10 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-11,
|
|
.sheet-hn-10:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-11{
|
|
display: none;
|
|
}
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-11 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-11:checked ~ .sheet-block-hn-12 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-hn-12{
|
|
display: none;
|
|
}
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-12 {
|
|
display: block;
|
|
}
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-0,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-1,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-2,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-3,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-4,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-5,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-6,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-7,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-8,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-9,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-10,
|
|
.sheet-hn-12:checked ~ .sheet-block-hn-11 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-Lambda .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Lambda .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Lambda .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Perte-end .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Perte-end .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Perte-end .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Stress .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Stress .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Stress .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Stress-bonus .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Stress-bonus .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Stress-bonus .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Blessures .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Blessures .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Blessures .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-CNM .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-CNM .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-CNM .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Blessures-enm .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Blessures-enm .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Blessures-enm .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-CNM-enm .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-CNM-enm .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-CNM-enm .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Blessures-invoc .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Blessures-invoc .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Blessures-invoc .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-CNM-invoc .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-CNM-invoc .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-CNM-invoc .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-JR-invoc .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-JR-invoc .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-JR-invoc .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Reve-recup .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Reve-recup .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Reve-recup .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Protection .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Protection .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Protection .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-RDD .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-RDD .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-RDD .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Chance-act .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Chance-act .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Chance-act .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-ENM .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-ENM .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-ENM .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Caracs .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Caracs .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Caracs .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-JR .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-JR .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-JR .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Magie .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Magie .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Magie .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Init .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Init .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Init .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Jet-moral .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Jet-moral .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Jet-moral .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Astro-nombre .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Astro-nombre .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Astro-nombre .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Ethylisme .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Ethylisme .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Ethylisme .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Rencontre .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Rencontre .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Rencontre .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Maitrise .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Maitrise .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Maitrise .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Meditation .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Meditation .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Meditation .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Signe-drac .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Signe-drac .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Signe-drac .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Lecture .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Lecture .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Lecture .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Musique .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Musique .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Musique .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Cuisine .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Cuisine .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Cuisine .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Jet-vie .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Jet-vie .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Jet-vie .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Recup-pv .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Recup-pv .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Recup-pv .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Maladie .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Maladie .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Maladie .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Poison .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Poison .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Poison .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Stun .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Stun .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Stun .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-heroisme .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-heroisme .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-heroisme .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Invoc .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Invoc .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Invoc .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Caracs-invoc .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Caracs-invoc .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Caracs-invoc .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Guerison .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Guerison .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Guerison .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Jet-refoulement .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Jet-refoulement .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Jet-refoulement .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Volonte-ethyl .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Volonte-ethyl .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Volonte-ethyl .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Arme-res .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Arme-res .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Arme-res .sheet-template-wrapper .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-Connaissances .sheet-template-wrapper .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-Connaissances .sheet-template-wrapper .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-Connaissances .sheet-template-wrapper .inlinerollresult.importantroll {
|
|
border:none;
|
|
}
|
|
|
|
|
|
.sheet-coche-lecture:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-musique:checked ~ .sheet-block-musique,
|
|
.sheet-coche-chant:checked ~ .sheet-block-chant,
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-meditation:checked ~ .sheet-block-meditation,
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-astrologie{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-lecture,
|
|
.sheet-block-musique,
|
|
.sheet-block-chant,
|
|
.sheet-block-cuisine,
|
|
.sheet-block-meditation,
|
|
.sheet-block-astrologie,
|
|
|
|
.sheet-coche-lecture:checked ~ .sheet-block-musique,
|
|
.sheet-coche-lecture:checked ~ .sheet-block-chant,
|
|
.sheet-coche-lecture:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-lecture:checked ~ .sheet-block-meditation,
|
|
.sheet-coche-lecture:checked ~ .sheet-block-asrologie,
|
|
|
|
.sheet-coche-musique:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-musique:checked ~ .sheet-block-chant,
|
|
.sheet-coche-musique:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-musique:checked ~ .sheet-block-meditation,
|
|
.sheet-coche-musique:checked ~ .sheet-block-asrologie,
|
|
|
|
.sheet-coche-chant:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-chant:checked ~ .sheet-block-musique,
|
|
.sheet-coche-chant:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-chant:checked ~ .sheet-block-meditation,
|
|
.sheet-coche-chant:checked ~ .sheet-block-asrologie,
|
|
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-musique,
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-chant,
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-meditation,
|
|
.sheet-coche-cuisine:checked ~ .sheet-block-asrologie,
|
|
|
|
.sheet-coche-meditation:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-meditation:checked ~ .sheet-block-musique,
|
|
.sheet-coche-meditation:checked ~ .sheet-block-chant,
|
|
.sheet-coche-meditation:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-meditation:checked ~ .sheet-block-asrologie,
|
|
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-lecture,
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-musique,
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-chant,
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-cuisine,
|
|
.sheet-coche-astrologie:checked ~ .sheet-block-meditation{
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-coche-haut-reve-pj:checked ~ .sheet-block-haut-reve-pj,
|
|
.sheet-coche-invoc-pj:checked ~ .sheet-block-invoc-pj,
|
|
.sheet-coche-tmr-pj:checked ~ .sheet-block-tmr-pj{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-haut-reve-pj,
|
|
.sheet-block-invoc-pj,
|
|
.sheet-block-tmr-pj,
|
|
.sheet-coche-haut-reve-pj:checked ~ .sheet-block-invoc-pj,
|
|
.sheet-coche-haut-reve-pj:checked ~ .sheet-block-tmr-pj,
|
|
.sheet-coche-invoc-pj:checked ~ .sheet-block-haut-reve-pj,
|
|
.sheet-coche-invoc-pj:checked ~ .sheet-block-tmr-pj,
|
|
.sheet-coche-tmr-pj:checked ~ .sheet-block-haut-reve-pj,
|
|
.sheet-coche-tmr-pj:checked ~ .sheet-block-invoc-pj {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-coche-mj-cre:checked ~ .sheet-block-mj-cre,
|
|
.sheet-coche-mj-ent:checked ~ .sheet-block-mj-ent,
|
|
.sheet-coche-mj-hum:checked ~ .sheet-block-mj-hum,
|
|
.sheet-coche-mj-pnj:checked ~ .sheet-block-mj-pnj{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-mj-cre,
|
|
.sheet-block-mj-ent,
|
|
.sheet-block-mj-hum,
|
|
.sheet-block-mj-pnj,
|
|
.sheet-coche-mj-cre:checked ~ .sheet-block-mj-ent,
|
|
.sheet-coche-mj-cre:checked ~ .sheet-block-mj-hum,
|
|
.sheet-coche-mj-cre:checked ~ .sheet-block-mj-pnj,
|
|
.sheet-coche-mj-ent:checked ~ .sheet-block-mj-cre,
|
|
.sheet-coche-mj-ent:checked ~ .sheet-block-mj-hum,
|
|
.sheet-coche-mj-ent:checked ~ .sheet-block-mj-pnj,
|
|
.sheet-coche-mj-hum:checked ~ .sheet-block-mj-cre,
|
|
.sheet-coche-mj-hum:checked ~ .sheet-block-mj-ent,
|
|
.sheet-coche-mj-hum:checked ~ .sheet-block-mj-pnj,
|
|
.sheet-coche-mj-pnj:checked ~ .sheet-block-mj-cre,
|
|
.sheet-coche-mj-pnj:checked ~ .sheet-block-mj-ent,
|
|
.sheet-coche-mj-pnj:checked ~ .sheet-block-mj-hum {
|
|
display: none;
|
|
}
|
|
|
|
|
|
button[type="roll"].sheet-d10-A:before,
|
|
button[type="roll"].sheet-d10-B:before,
|
|
button[type="roll"].sheet-d10-C:before,
|
|
button[type="roll"].sheet-d10-D:before,
|
|
button[type="roll"].sheet-d10-E:before,
|
|
button[type="roll"].sheet-d10-F:before,
|
|
button[type="roll"].sheet-d10-G:before,
|
|
button[type="roll"].sheet-d10-H:before,
|
|
button[type="roll"].sheet-minid10-rose:before,
|
|
button[type="roll"].sheet-minid10-corail:before,
|
|
button[type="roll"].sheet-minid10-jaune:before,
|
|
button[type="roll"].sheet-minid10-orange:before,
|
|
button[type="roll"].sheet-minid10-rouge:before,
|
|
button[type="roll"].sheet-minid10-violet:before,
|
|
button[type="roll"].sheet-minid10-indigo:before,
|
|
button[type="roll"].sheet-minid10-bleu:before,
|
|
button[type="roll"].sheet-minid10-vert:before,
|
|
button[type="roll"].sheet-minid10-vert-mousse:before,
|
|
button[type="roll"].sheet-minid10-vert-sapin:before,
|
|
button[type="roll"].sheet-minid10-gris:before,
|
|
button[type="roll"].sheet-minid10-blanc:before,
|
|
button[type="roll"].sheet-minid10-chance:before,
|
|
button[type="roll"].sheet-minid10-stress:before,
|
|
button[type="roll"].sheet-minid10-reve:before,
|
|
button[type="roll"].sheet-minid10-reve-act:before,
|
|
button[type="roll"].sheet-minid10-jr:before,
|
|
button[type="roll"].sheet-minid10-queues:before,
|
|
button[type="roll"].sheet-minid10-souffle:before,
|
|
button[type="roll"].sheet-minid10-protection:before,
|
|
button[type="roll"].sheet-minid10-maitrise:before,
|
|
button[type="roll"].sheet-minid10-rencontre:before,
|
|
button[type="roll"].sheet-minid10-moral:before,
|
|
button[type="roll"].sheet-minid10-refoul:before,
|
|
button[type="roll"].sheet-minid10-vie:before,
|
|
button[type="roll"].sheet-minid10-pv:before,
|
|
button[type="roll"].sheet-minid10-maladie:before,
|
|
button[type="roll"].sheet-minid10-poison:before,
|
|
button[type="roll"].sheet-minid10-stun:before,
|
|
button[type="roll"].sheet-minid10-heroisme:before,
|
|
button[type="roll"].sheet-minid10-ethyl:before,
|
|
button[type="roll"].sheet-minid10-vol:before,
|
|
button[type="roll"].sheet-minid10-coeur:before,
|
|
button[type="roll"].sheet-minid10-bless:before,
|
|
button[type="roll"].sheet-minid10-coups:before,
|
|
button[type="roll"].sheet-minid10-meditation:before,
|
|
button[type="roll"].sheet-minid10-lecture:before,
|
|
button[type="roll"].sheet-minid10-observer:before,
|
|
button[type="roll"].sheet-minid10-impro:before,
|
|
button[type="roll"].sheet-minid10-jouer:before,
|
|
button[type="roll"].sheet-minid10-prepa:before,
|
|
button[type="roll"].sheet-minid10-chanter:before,
|
|
button[type="roll"].sheet-minid10-lire:before,
|
|
button[type="roll"].sheet-minid10-guerison:before,
|
|
button[type="roll"].sheet-lambda-D100:before,
|
|
button[type="roll"].sheet-lambda-D4:before,
|
|
button[type="roll"].sheet-lambda-D6:before,
|
|
button[type="roll"].sheet-lambda-D8:before,
|
|
button[type="roll"].sheet-lambda-D12:before,
|
|
button[type="roll"].sheet-lambda-D20:before{
|
|
content: ' ';
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-A:hover,
|
|
button[type="roll"].sheet-d10-B:hover,
|
|
button[type="roll"].sheet-d10-C:hover,
|
|
button[type="roll"].sheet-d10-D:hover,
|
|
button[type="roll"].sheet-d10-E:hover,
|
|
button[type="roll"].sheet-d10-F:hover,
|
|
button[type="roll"].sheet-d10-G:hover,
|
|
button[type="roll"].sheet-d10-H:hover,
|
|
button[type="roll"].sheet-minid10-rose:hover,
|
|
button[type="roll"].sheet-minid10-corail:hover,
|
|
button[type="roll"].sheet-minid10-jaune:hover,
|
|
button[type="roll"].sheet-minid10-orange:hover,
|
|
button[type="roll"].sheet-minid10-rouge:hover,
|
|
button[type="roll"].sheet-minid10-violet:hover,
|
|
button[type="roll"].sheet-minid10-indigo:hover,
|
|
button[type="roll"].sheet-minid10-bleu:hover,
|
|
button[type="roll"].sheet-minid10-vert:hover,
|
|
button[type="roll"].sheet-minid10-vert-mousse:hover,
|
|
button[type="roll"].sheet-minid10-vert-sapin:hover,
|
|
button[type="roll"].sheet-minid10-gris:hover,
|
|
button[type="roll"].sheet-minid10-blanc:hover,
|
|
button[type="roll"].sheet-minid10-chance:hover,
|
|
button[type="roll"].sheet-minid10-stress:hover,
|
|
button[type="roll"].sheet-minid10-reve:hover,
|
|
button[type="roll"].sheet-minid10-reve-act:hover,
|
|
button[type="roll"].sheet-minid10-jr:hover,
|
|
button[type="roll"].sheet-minid10-queues:hover,
|
|
button[type="roll"].sheet-minid10-souffle:hover,
|
|
button[type="roll"].sheet-minid10-protection:hover,
|
|
button[type="roll"].sheet-minid10-maitrise:hover,
|
|
button[type="roll"].sheet-minid10-rencontre:hover,
|
|
button[type="roll"].sheet-minid10-moral:hover,
|
|
button[type="roll"].sheet-minid10-refoul:hover,
|
|
button[type="roll"].sheet-minid10-vie:hover,
|
|
button[type="roll"].sheet-minid10-pv:hover,
|
|
button[type="roll"].sheet-minid10-maladie:hover,
|
|
button[type="roll"].sheet-minid10-poison:hover,
|
|
button[type="roll"].sheet-minid10-stun:hover,
|
|
button[type="roll"].sheet-minid10-heroisme:hover,
|
|
button[type="roll"].sheet-minid10-ethyl:hover,
|
|
button[type="roll"].sheet-minid10-vol:hover,
|
|
button[type="roll"].sheet-minid10-coeur:hover,
|
|
button[type="roll"].sheet-minid10-bless:hover,
|
|
button[type="roll"].sheet-minid10-coups:hover,
|
|
button[type="roll"].sheet-minid10-meditation:hover,
|
|
button[type="roll"].sheet-minid10-lecture:hover,
|
|
button[type="roll"].sheet-minid10-observer:hover,
|
|
button[type="roll"].sheet-minid10-impro:hover,
|
|
button[type="roll"].sheet-minid10-jouer:hover,
|
|
button[type="roll"].sheet-minid10-prepa:hover,
|
|
button[type="roll"].sheet-minid10-chanter:hover,
|
|
button[type="roll"].sheet-minid10-lire:hover,
|
|
button[type="roll"].sheet-minid10-guerison:hover,
|
|
button[type="roll"].sheet-lambda-D100:hover,
|
|
button[type="roll"].sheet-lambda-D4:hover,
|
|
button[type="roll"].sheet-lambda-D6:hover,
|
|
button[type="roll"].sheet-lambda-D8:hover,
|
|
button[type="roll"].sheet-lambda-D12:hover,
|
|
button[type="roll"].sheet-lambda-D20:hover{
|
|
background-position: 0;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D100{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d100_B.png);
|
|
background-size: 62px 60px;
|
|
background-repeat: no-repeat;
|
|
width: 62px;
|
|
height: 60px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D4{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d4_B.png);
|
|
background-size: 44px 43px;
|
|
background-repeat: no-repeat;
|
|
width: 44px;
|
|
height: 43px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D6{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d6_B.png);
|
|
background-size: 41px 50px;
|
|
background-repeat: no-repeat;
|
|
width: 41px;
|
|
height: 50px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D8{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d8.png);
|
|
background-size: 40px 39px;
|
|
background-repeat: no-repeat;
|
|
width: 40px;
|
|
height: 39px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D12{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d12_B.png);
|
|
background-size: 47px 49px;
|
|
background-repeat: no-repeat;
|
|
width: 47px;
|
|
height: 49px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-lambda-D20{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d20.png);
|
|
background-size: 50px 51px;
|
|
background-repeat: no-repeat;
|
|
width: 50px;
|
|
height: 51px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-A{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_jaune_clair.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-B{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_corail.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-C{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vert_rose.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-D{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_bleu_clair.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-E{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_orange_violet.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-d10-F{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vert_clair.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
/* dé rainbow violet-gris */
|
|
|
|
button[type="roll"].sheet-d10-G{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_violet_gris.png);
|
|
background-size: 39px 40px;
|
|
background-repeat: no-repeat;
|
|
width: 39px;
|
|
height: 40px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
/* mini-dé MJ jaune */
|
|
|
|
button[type="roll"].sheet-minid10-jaune{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_jaune_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-corail{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_corail_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-orange{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_orange_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-rouge{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_rouge_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-violet{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_violet_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-indigo{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_indigo_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-bleu{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_bleu_clair_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-vert{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vert_neon_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-vert-mousse{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vert_mousse_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-vert-sapin{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vert_sapin_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-gris{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_gris_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-blanc{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_blanc_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-rose{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_rose_mini.png);
|
|
background-size: 27px 28px;
|
|
background-repeat: no-repeat;
|
|
width: 27px;
|
|
height: 28px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-chance{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_points_chance.png);
|
|
background-size: 111px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 111px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-stress{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_stress.png);
|
|
background-size: 112px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 112px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-reve{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_reve.png);
|
|
background-size: 92px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 92px;
|
|
height: 32px;
|
|
border-style: none;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-reve-act{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_actuel.png);
|
|
background-size: 111px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 111px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-jr{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_jr.png);
|
|
background-size: 82px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 82px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-queues{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_queues.png);
|
|
background-size: 111px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 111px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-souffle{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_souffle.png);
|
|
background-size: 111px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 111px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-protection{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_protection.png);
|
|
background-size: 153px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 153px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-maitrise{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_maitrise.png);
|
|
background-size: 138px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 138px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-guerison{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_guerison.png);
|
|
background-size: 32px 151px;
|
|
background-repeat: no-repeat;
|
|
width: 32px;
|
|
height: 151px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-rencontre{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_rencontre.png);
|
|
background-size: 147px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 147px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-meditation{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_meditation.png);
|
|
background-size: 160px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 160px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-lecture{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_lecture.png);
|
|
background-size: 125px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 125px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-observer{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_observer.png);
|
|
background-size: 136px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 136px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-impro{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_impro.png);
|
|
background-size: 160px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 160px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-jouer{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_jouer.png);
|
|
background-size: 104px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 104px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-prepa{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_prepa.png);
|
|
background-size: 136px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 136px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-chanter{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_chanter.png);
|
|
background-size: 124px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 124px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-lire{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_lire.png);
|
|
background-size: 92px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 92px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-moral{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_moral_B.png);
|
|
background-size: 112px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 112px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-refoul{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_refoul.png);
|
|
background-size: 112px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 112px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-vie{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vie_B.png);
|
|
background-size: 80px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 80px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-pv{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_pv.png);
|
|
background-size: 104px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 104px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-maladie{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_maladie.png);
|
|
background-size: 124px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 124px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-poison{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_poison.png);
|
|
background-size: 110px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 110px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-stun{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_end.png);
|
|
background-size: 91px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 91px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-heroisme{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_heroisme.png);
|
|
background-size: 114px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 114px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
|
|
button[type="roll"].sheet-minid10-ethyl{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_ethyl_B.png);
|
|
background-size: 136px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 136px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-vol{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_vol.png);
|
|
background-size: 126px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 126px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-coeur{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_coeur_B.png);
|
|
background-size: 111px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 111px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-bless{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_blessures.png);
|
|
background-size: 126px 32px;
|
|
background-repeat: no-repeat;
|
|
width: 126px;
|
|
height: 32px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="roll"].sheet-minid10-coups{
|
|
background-image: url(http://apo.powered.free.fr/RDD/des/RDD_d10_coups.png);
|
|
background-size: 110px 34px;
|
|
background-repeat: no-repeat;
|
|
width: 110px;
|
|
height: 34px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 0px;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-montrer-astro{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_montrer.png);
|
|
background-color: transparent;
|
|
width:102px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-queues{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_queues.png);
|
|
background-color: transparent;
|
|
width:175px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-queues-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_queues_off.png);
|
|
background-color: transparent;
|
|
width:175px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-tetes{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_tetes.png);
|
|
background-color: transparent;
|
|
width:175px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-tetes-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_tetes_off.png);
|
|
background-color: transparent;
|
|
width:175px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-notes{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_notes.png);
|
|
background-color: transparent;
|
|
width:176px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-notes-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_notes_off.png);
|
|
background-color: transparent;
|
|
width:176px;
|
|
height:56px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-montrer-astro:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/icones/RDD_ico_montrer.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-masquer-astro{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_masquer.png);
|
|
background-color: transparent;
|
|
width:102px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-masquer-astro:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/icones/RDD_ico_masquer.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-lecture{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_livre_L.png);
|
|
background-color: transparent;
|
|
width:122px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-lecture:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_livre_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-musique{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_musique_L.png);
|
|
background-color: transparent;
|
|
width:136px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-musique:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_musique_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-chant{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_chant_L.png);
|
|
background-color: transparent;
|
|
width:104px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-chant:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_chant_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-cuisine{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_cuisine_L.png);
|
|
background-color: transparent;
|
|
width:121px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-cuisine:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_cuisine_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-meditation{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_meditation_L.png);
|
|
background-color: transparent;
|
|
width:160px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-meditation:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/loisirs/RDD_icone_meditation_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-astrologie{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_icone_astrologie_L.png);
|
|
background-color: transparent;
|
|
width:156px;
|
|
height:43px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-astrologie:hover{
|
|
background-image: url(http://apo.powered.free.fr/RDD/icones/RDD_icone_astrologie_L.png);
|
|
background-repeat:no-repeat;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-comp{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/ICO_comp.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-comp:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/ICO_comp_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-icone-sant{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/ICO_sante.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-sant:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/ICO_sante_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-icone-equi{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/ICO_equip.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-equi:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/ICO_equip_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-icone-magi{
|
|
background-image:url(http://apo.powered.free.fr/RDD/magie/ICO_magie.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-magi:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/magie/ICO_magie_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-icone-lois{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/ICO_loisirs.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-lois:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/loisirs/ICO_loisirs_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-icone-arch{
|
|
background-image:url(http://apo.powered.free.fr/RDD/arch/ICO_arch.png);
|
|
background-color: transparent;
|
|
width:134px;
|
|
height:37px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-arch:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/arch/ICO_arch_B.png);
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-sacs{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_sacs_B.png);
|
|
background-color: transparent;
|
|
width:155px;
|
|
height:54px;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-outres{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_outres_B.png);
|
|
background-color: transparent;
|
|
width:147px;
|
|
height:54px;
|
|
margin-top:-20px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-bourses{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_bourses_B.png);
|
|
background-color: transparent;
|
|
width:142px;
|
|
height:54px;
|
|
margin-top:-6px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-veture{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_veture.png);
|
|
background-color: transparent;
|
|
width:162px;
|
|
height:50px;
|
|
margin-top:-6px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-armes{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_arme.png);
|
|
background-color: transparent;
|
|
width:148px;
|
|
height:58px;
|
|
margin-top:-6px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-potions{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_potions.png);
|
|
background-color: transparent;
|
|
width:128px;
|
|
height:66px;
|
|
margin-top:-6px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-outre-cocher{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_remplir_B.png);
|
|
background-color: transparent;
|
|
width:125px;
|
|
height:49px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-outre-decocher{
|
|
background-image:url(http://apo.powered.free.fr/RDD/equip/RDD_ico_vider_B.png);
|
|
background-color: transparent;
|
|
width:89px;
|
|
height:49px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-equip-poids{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_poids.png);
|
|
background-color: transparent;
|
|
width:40px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-equip-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/bouton_equip_on.png);
|
|
background-color: transparent;
|
|
width:206px;
|
|
height:46px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-equip-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/comp/bouton_equip_off.png);
|
|
background-color: transparent;
|
|
width:206px;
|
|
height:46px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-recup-fatigue{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_recup_seg.png);
|
|
background-color: transparent;
|
|
width:89px;
|
|
height:106px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-recup-fatigue:active{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_recup_seg_click.png);
|
|
background-color: transparent;
|
|
width:89px;
|
|
height:106px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-recup-fatigue:hover{
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_recup_seg_hover.png);
|
|
background-color: transparent;
|
|
width:89px;
|
|
height:106px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-gemme-orange{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_gemme.png);
|
|
background-color: transparent;
|
|
width:21px;
|
|
height:28px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-gemme-jaune{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_gemme_jaune.png);
|
|
background-color: transparent;
|
|
width:21px;
|
|
height:28px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-appel-moral-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_appel_moral_off.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-appel-moral-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_appel_moral_on.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-coeur-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_coeur_off.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-coeur-plus{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_coeur_plus.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-coeur-moins{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_coeur_moins.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-effet-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_effetBoff.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-effet-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_effetB.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-sonne-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_dizzyBoff75.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-sonne-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_dizzyB75.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-maladie-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_maladieoff.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-maladie-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_maladieC75.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button {
|
|
margin: 0;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-poison-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_poisonoff.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-poison-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_poison75.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-block-blessure-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_blessureoff.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-block-blessure-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_blessure75.png);
|
|
background-color: transparent;
|
|
width:38px;
|
|
height:33px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-soin-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_pansementXS_off.png);
|
|
background-color: transparent;
|
|
opacity:0.5;
|
|
width:29px;
|
|
height:27px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-soin-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_pansementXS_on.png);
|
|
background-color: transparent;
|
|
width:29px;
|
|
height:27px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-bless-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_blessoff80.png);
|
|
background-color: transparent;
|
|
opacity:0.5;
|
|
width:21px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-bless-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_blesson80.png);
|
|
background-color: transparent;
|
|
width:21px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
|
|
button[type="action"].sheet-bouton-retrograde{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_retrograde.png);
|
|
background-color: transparent;
|
|
width:31px;
|
|
height:29px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-retrograde:active {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_retrogradeB.png);
|
|
background-color: transparent;
|
|
width:31px;
|
|
height:29px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-joursuivant-off {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_chateau_lock.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-joursuivant-on {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_chateau_on.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-joursuivant-on:active {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_chateau_click.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-block-chance-use-off {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_chanceoff.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-block-chance-use-on {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_chanceon.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-bouton-joursuivant-cadenas-off {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_cadenas_off.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-bouton-joursuivant-cadenas-on {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_cadenas_on.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-bouton-mj-cadenas-off {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_cadenas_off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-bouton-mj-cadenas-on {
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_cadenas_on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-tmr-sp-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_tmr_sp_off.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-tmr-sp-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_tmr_sp_on.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-double-ch-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_doublechanceoff.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-double-ch-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_doublechanceon.png);
|
|
background-color: transparent;
|
|
width:51px;
|
|
height:44px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-destinee-off {
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_destinee_lock.png);
|
|
background-color: transparent;
|
|
width:121px;
|
|
height:35px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-destinee-on {
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_destinee_chance.png);
|
|
background-color: transparent;
|
|
width:121px;
|
|
height:35px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-destinee-on:active {
|
|
background-image:url(http://apo.powered.free.fr/RDD/sante/bouton_destinee_chance_click.png);
|
|
background-color: transparent;
|
|
width:121px;
|
|
height:35px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-arch:focus,
|
|
button[type="action"].sheet-icone-comp:focus,
|
|
button[type="action"].sheet-icone-sant:focus,
|
|
button[type="action"].sheet-icone-equi:focus,
|
|
button[type="action"].sheet-icone-lois:focus,
|
|
button[type="action"].sheet-icone-magi:focus,
|
|
button[type="action"].sheet-bouton-sacs:focus,
|
|
button[type="action"].sheet-bouton-outres:focus,
|
|
button[type="action"].sheet-bouton-bourses:focus,
|
|
button[type="action"].sheet-tmr-case:focus,
|
|
button[type="action"].sheet-tmr-case-chrome:focus,
|
|
button[type="action"].sheet-bouton-outre-cocher:focus,
|
|
button[type="action"].sheet-bouton-outre-decocher:focus,
|
|
button[type="action"].sheet-bouton-equip-poids:focus,
|
|
button[type="action"].sheet-bouton-equip-on:focus,
|
|
button[type="action"].sheet-bouton-equip-off:focus,
|
|
button[type="action"].sheet-bouton-gemme-orange:focus,
|
|
button[type="action"].sheet-bouton-gemme-jaune:focus,
|
|
button[type="action"].sheet-bouton-appel-moral-on:focus,
|
|
button[type="action"].sheet-bouton-appel-moral-off:focus,
|
|
button[type="action"].sheet-bouton-coeur-off:focus,
|
|
button[type="action"].sheet-bouton-coeur-plus:focus,
|
|
button[type="action"].sheet-bouton-coeur-moins:focus,
|
|
button[type="action"].sheet-bouton-effet-off:focus,
|
|
button[type="action"].sheet-bouton-effet-on:focus,
|
|
button[type="action"].sheet-bouton-sonne-off:focus,
|
|
button[type="action"].sheet-bouton-sonne-on:focus,
|
|
button[type="action"].sheet-bouton-maladie-off:focus,
|
|
button[type="action"].sheet-bouton-maladie-on:focus,
|
|
button[type="action"].sheet-bouton-poison-off:focus,
|
|
button[type="action"].sheet-bouton-poison-on:focus,
|
|
button[type="action"].sheet-bouton-soin-on:focus,
|
|
button[type="action"].sheet-bouton-soin-off:focus,
|
|
button[type="action"].sheet-bouton-bless-on:focus,
|
|
button[type="action"].sheet-bouton-bless-off:focus,
|
|
button[type="action"].sheet-bouton-blessure-off:focus,
|
|
button[type="action"].sheet-bouton-blessure-on:focus,
|
|
button[type="action"].sheet-bouton-baseenm-off:focus,
|
|
button[type="action"].sheet-bouton-baseenm-on:focus,
|
|
button[type="action"].sheet-bouton-enm1-off:focus,
|
|
button[type="action"].sheet-bouton-enm1-on:focus,
|
|
button[type="action"].sheet-bouton-enm2-off:focus,
|
|
button[type="action"].sheet-bouton-enm2-on:focus,
|
|
button[type="action"].sheet-bouton-enm3-off:focus,
|
|
button[type="action"].sheet-bouton-enm3-on:focus,
|
|
button[type="action"].sheet-bouton-enm4-off:focus,
|
|
button[type="action"].sheet-bouton-enm4-on:focus,
|
|
button[type="action"].sheet-bouton-enm5-off:focus,
|
|
button[type="action"].sheet-bouton-enm5-on:focus,
|
|
button[type="action"].sheet-bouton-enm6-off:focus,
|
|
button[type="action"].sheet-bouton-enm6-on:focus,
|
|
button[type="action"].sheet-bouton-enm7-off:focus,
|
|
button[type="action"].sheet-bouton-enm7-on:focus,
|
|
button[type="action"].sheet-bouton-retrograder:focus,
|
|
button[type="action"].sheet-bouton-joursuivant-on:focus,
|
|
button[type="action"].sheet-bouton-joursuivant-off:focus,
|
|
button[type="action"].sheet-bouton-joursuivant-cadenas-off:focus,
|
|
button[type="action"].sheet-bouton-joursuivant-cadenas-on:focus,
|
|
button[type="action"].sheet-bouton-destinee-on:focus,
|
|
button[type="action"].sheet-bouton-destinee-off:focus,
|
|
button[type="action"].sheet-bouton-mj-cadenas-off:focus,
|
|
button[type="action"].sheet-bouton-mj-cadenas-on:focus,
|
|
button[type="action"].sheet-bouton-tmr-sp-off:focus,
|
|
button[type="action"].sheet-bouton-tmr-sp-on:focus,
|
|
button[type="action"].sheet-bouton-double-ch-off:focus,
|
|
button[type="action"].sheet-bouton-double-ch-on:focus{
|
|
outline-style: none;
|
|
}
|
|
|
|
button[type="action"].sheet-icone-carac{
|
|
font-weight:bolder;
|
|
color: #404040;
|
|
font-size:16px;
|
|
background-color: transparent;
|
|
width:69px;
|
|
height:29px;
|
|
margin-left:-15px;
|
|
margin-top:0px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
|
|
}
|
|
|
|
button[type="action"].sheet-icone-carac:focus{
|
|
font-weight:bolder;
|
|
color: white;
|
|
font-size:16px;
|
|
width:74px;
|
|
height:29px;
|
|
margin-left:-15px;
|
|
margin-top:0px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
outline-style: none;
|
|
}
|
|
|
|
|
|
button[type="action"].sheet-tmr-case{
|
|
background-image:none;
|
|
background: transparent;
|
|
text-decoration: none;
|
|
width:61px;
|
|
height:62px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
button[type="action"].sheet-tmr-case:hover{
|
|
background-color: rgba(49, 214, 154, 0.5);
|
|
}
|
|
|
|
button[type="action"].sheet-tmr-case:active{
|
|
background-color: rgba(31, 214, 255, 0.5);
|
|
}
|
|
|
|
button[type="action"].sheet-tmr-case-chrome{
|
|
background-image:none;
|
|
background: transparent;
|
|
text-decoration: none;
|
|
width:61px;
|
|
height:57px;
|
|
padding: 0px;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
button[type="action"].sheet-tmr-case-chrome:hover{
|
|
background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(55, 150, 102, 0.5) 15%, rgba(55, 150, 102, 0.5) 85%, rgba(0, 0, 0, 0) 100%);
|
|
}
|
|
|
|
button[type="action"].sheet-tmr-case-chrome:active{
|
|
background: linear-gradient(rgba(31, 214, 255, 0.5),rgba(0, 0, 0, 0));
|
|
}
|
|
|
|
/*
|
|
.sheet-tmr-chrome-hl table,
|
|
.sheet-tmr-chrome-hl th,
|
|
.sheet-tmr-chrome-hl td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
padding:0;
|
|
-webkit-border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-espaces-cases th {
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
.sheet-rolltemplate-espaces-cases td {
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
*/
|
|
|
|
.sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m15
|
|
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-tmr-a2,
|
|
.sheet-block-tmr-a3,
|
|
.sheet-block-tmr-a4,
|
|
.sheet-block-tmr-a5,
|
|
.sheet-block-tmr-a6,
|
|
.sheet-block-tmr-a7,
|
|
.sheet-block-tmr-a8,
|
|
.sheet-block-tmr-a9,
|
|
.sheet-block-tmr-a10,
|
|
.sheet-block-tmr-a11,
|
|
.sheet-block-tmr-a12,
|
|
.sheet-block-tmr-a13,
|
|
.sheet-block-tmr-a14,
|
|
.sheet-block-tmr-a15,
|
|
|
|
.sheet-block-tmr-b1,
|
|
.sheet-block-tmr-b2,
|
|
.sheet-block-tmr-b3,
|
|
.sheet-block-tmr-b4,
|
|
.sheet-block-tmr-b5,
|
|
.sheet-block-tmr-b6,
|
|
.sheet-block-tmr-b7,
|
|
.sheet-block-tmr-b8,
|
|
.sheet-block-tmr-b9,
|
|
.sheet-block-tmr-b10,
|
|
.sheet-block-tmr-b11,
|
|
.sheet-block-tmr-b12,
|
|
.sheet-block-tmr-b13,
|
|
.sheet-block-tmr-b14,
|
|
|
|
.sheet-block-tmr-c1,
|
|
.sheet-block-tmr-c2,
|
|
.sheet-block-tmr-c3,
|
|
.sheet-block-tmr-c4,
|
|
.sheet-block-tmr-c5,
|
|
.sheet-block-tmr-c6,
|
|
.sheet-block-tmr-c7,
|
|
.sheet-block-tmr-c8,
|
|
.sheet-block-tmr-c9,
|
|
.sheet-block-tmr-c10,
|
|
.sheet-block-tmr-c11,
|
|
.sheet-block-tmr-c12,
|
|
.sheet-block-tmr-c13,
|
|
.sheet-block-tmr-c14,
|
|
.sheet-block-tmr-c15,
|
|
|
|
.sheet-block-tmr-d1,
|
|
.sheet-block-tmr-d2,
|
|
.sheet-block-tmr-d3,
|
|
.sheet-block-tmr-d4,
|
|
.sheet-block-tmr-d5,
|
|
.sheet-block-tmr-d6,
|
|
.sheet-block-tmr-d7,
|
|
.sheet-block-tmr-d8,
|
|
.sheet-block-tmr-d9,
|
|
.sheet-block-tmr-d10,
|
|
.sheet-block-tmr-d11,
|
|
.sheet-block-tmr-d12,
|
|
.sheet-block-tmr-d13,
|
|
.sheet-block-tmr-d14,
|
|
|
|
.sheet-block-tmr-e1,
|
|
.sheet-block-tmr-e2,
|
|
.sheet-block-tmr-e3,
|
|
.sheet-block-tmr-e4,
|
|
.sheet-block-tmr-e5,
|
|
.sheet-block-tmr-e6,
|
|
.sheet-block-tmr-e7,
|
|
.sheet-block-tmr-e8,
|
|
.sheet-block-tmr-e9,
|
|
.sheet-block-tmr-e10,
|
|
.sheet-block-tmr-e11,
|
|
.sheet-block-tmr-e12,
|
|
.sheet-block-tmr-e13,
|
|
.sheet-block-tmr-e14,
|
|
.sheet-block-tmr-e15,
|
|
|
|
.sheet-block-tmr-f1,
|
|
.sheet-block-tmr-f2,
|
|
.sheet-block-tmr-f3,
|
|
.sheet-block-tmr-f4,
|
|
.sheet-block-tmr-f5,
|
|
.sheet-block-tmr-f6,
|
|
.sheet-block-tmr-f7,
|
|
.sheet-block-tmr-f8,
|
|
.sheet-block-tmr-f9,
|
|
.sheet-block-tmr-f10,
|
|
.sheet-block-tmr-f11,
|
|
.sheet-block-tmr-f12,
|
|
.sheet-block-tmr-f13,
|
|
.sheet-block-tmr-f14,
|
|
|
|
.sheet-block-tmr-g1,
|
|
.sheet-block-tmr-g2,
|
|
.sheet-block-tmr-g3,
|
|
.sheet-block-tmr-g4,
|
|
.sheet-block-tmr-g5,
|
|
.sheet-block-tmr-g6,
|
|
.sheet-block-tmr-g7,
|
|
.sheet-block-tmr-g8,
|
|
.sheet-block-tmr-g9,
|
|
.sheet-block-tmr-g10,
|
|
.sheet-block-tmr-g11,
|
|
.sheet-block-tmr-g12,
|
|
.sheet-block-tmr-g13,
|
|
.sheet-block-tmr-g14,
|
|
.sheet-block-tmr-g15,
|
|
|
|
.sheet-block-tmr-h1,
|
|
.sheet-block-tmr-h2,
|
|
.sheet-block-tmr-h3,
|
|
.sheet-block-tmr-h4,
|
|
.sheet-block-tmr-h5,
|
|
.sheet-block-tmr-h6,
|
|
.sheet-block-tmr-h7,
|
|
.sheet-block-tmr-h8,
|
|
.sheet-block-tmr-h9,
|
|
.sheet-block-tmr-h10,
|
|
.sheet-block-tmr-h11,
|
|
.sheet-block-tmr-h12,
|
|
.sheet-block-tmr-h13,
|
|
.sheet-block-tmr-h14,
|
|
|
|
.sheet-block-tmr-i1,
|
|
.sheet-block-tmr-i2,
|
|
.sheet-block-tmr-i3,
|
|
.sheet-block-tmr-i4,
|
|
.sheet-block-tmr-i5,
|
|
.sheet-block-tmr-i6,
|
|
.sheet-block-tmr-i7,
|
|
.sheet-block-tmr-i8,
|
|
.sheet-block-tmr-i9,
|
|
.sheet-block-tmr-i10,
|
|
.sheet-block-tmr-i11,
|
|
.sheet-block-tmr-i12,
|
|
.sheet-block-tmr-i13,
|
|
.sheet-block-tmr-i14,
|
|
.sheet-block-tmr-i15,
|
|
|
|
.sheet-block-tmr-j1,
|
|
.sheet-block-tmr-j2,
|
|
.sheet-block-tmr-j3,
|
|
.sheet-block-tmr-j4,
|
|
.sheet-block-tmr-j5,
|
|
.sheet-block-tmr-j6,
|
|
.sheet-block-tmr-j7,
|
|
.sheet-block-tmr-j8,
|
|
.sheet-block-tmr-j9,
|
|
.sheet-block-tmr-j10,
|
|
.sheet-block-tmr-j11,
|
|
.sheet-block-tmr-j12,
|
|
.sheet-block-tmr-j13,
|
|
.sheet-block-tmr-j14,
|
|
|
|
.sheet-block-tmr-k1,
|
|
.sheet-block-tmr-k2,
|
|
.sheet-block-tmr-k3,
|
|
.sheet-block-tmr-k4,
|
|
.sheet-block-tmr-k5,
|
|
.sheet-block-tmr-k6,
|
|
.sheet-block-tmr-k7,
|
|
.sheet-block-tmr-k8,
|
|
.sheet-block-tmr-k9,
|
|
.sheet-block-tmr-k10,
|
|
.sheet-block-tmr-k11,
|
|
.sheet-block-tmr-k12,
|
|
.sheet-block-tmr-k13,
|
|
.sheet-block-tmr-k14,
|
|
.sheet-block-tmr-k15,
|
|
|
|
.sheet-block-tmr-l1,
|
|
.sheet-block-tmr-l2,
|
|
.sheet-block-tmr-l3,
|
|
.sheet-block-tmr-l4,
|
|
.sheet-block-tmr-l5,
|
|
.sheet-block-tmr-l6,
|
|
.sheet-block-tmr-l7,
|
|
.sheet-block-tmr-l8,
|
|
.sheet-block-tmr-l9,
|
|
.sheet-block-tmr-l10,
|
|
.sheet-block-tmr-l11,
|
|
.sheet-block-tmr-l12,
|
|
.sheet-block-tmr-l13,
|
|
.sheet-block-tmr-l14,
|
|
|
|
.sheet-block-tmr-m1,
|
|
.sheet-block-tmr-m2,
|
|
.sheet-block-tmr-m3,
|
|
.sheet-block-tmr-m4,
|
|
.sheet-block-tmr-m5,
|
|
.sheet-block-tmr-m6,
|
|
.sheet-block-tmr-m7,
|
|
.sheet-block-tmr-m8,
|
|
.sheet-block-tmr-m9,
|
|
.sheet-block-tmr-m10,
|
|
.sheet-block-tmr-m11,
|
|
.sheet-block-tmr-m12,
|
|
.sheet-block-tmr-m13,
|
|
.sheet-block-tmr-m14,
|
|
.sheet-block-tmr-m15,
|
|
|
|
/*------------ A1 ----------------*/
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A2 ----------------*/
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a2:checked ~ .sheet-block-tmr-m15,
|
|
/**------------ A3 ----------------*/
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A4 ----------------*/
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A5 ----------------*/
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A6 ----------------*/
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A7 ----------------*/
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A8 ----------------*/
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A9 ----------------*/
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A10 ----------------*/
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A11 ----------------*/
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A12 ----------------*/
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A13 ----------------*/
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A14 ----------------*/
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ A15 ----------------*/
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-a14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-a15:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ B1 ----------------*/
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b2 ----------------*/
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b3 ----------------*/
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b4 ----------------*/
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b5 ----------------*/
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b6 ----------------*/
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b7 ----------------*/
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b8 ----------------*/
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b9 ----------------*/
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b10 ----------------*/
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b11 ----------------*/
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b12 ----------------*/
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b13 ----------------*/
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ b14 ----------------*/
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-b13,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-b14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C1 ----------------*/
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C2 ----------------*/
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C3 ----------------*/
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C4 ----------------*/
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C5 ----------------*/
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C6 ----------------*/
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C7 ----------------*/
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C8 ----------------*/
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C9 ----------------*/
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C10 ----------------*/
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C11 ----------------*/
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C12 ----------------*/
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C13 ----------------*/
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C14 ----------------*/
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ C15 ----------------*/
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-c14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-c15:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D1 ----------------*/
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D2 ----------------*/
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D3 ----------------*/
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D4 ----------------*/
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D5 ----------------*/
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D6 ----------------*/
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D7 ----------------*/
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D8 ----------------*/
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D9 ----------------*/
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D10 ----------------*/
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D11 ----------------*/
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D12 ----------------*/
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D13 ----------------*/
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ D14 ----------------*/
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-d13,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-d14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E1 ----------------*/
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E2 ----------------*/
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E3 ----------------*/
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E4 ----------------*/
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E5 ----------------*/
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E6 ----------------*/
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E7 ----------------*/
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E8 ----------------*/
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E9 ----------------*/
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E10 ----------------*/
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c9
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E11 ----------------*/
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E12 ----------------*/
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E13 ----------------*/
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E14 ----------------*/
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ E15 ----------------*/
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-e14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-e15:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F1 ----------------*/
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F2 ----------------*/
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F3 ----------------*/
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F4 ----------------*/
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F5 ----------------*/
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F6 ----------------*/
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F7 ----------------*/
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F8 ----------------*/
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F9 ----------------*/
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F10 ----------------*/
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F11 ----------------*/
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F12 ----------------*/
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F13 ----------------*/
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ F14 ----------------*/
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-f13,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-f14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G1 ----------------*/
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G2 ----------------*/
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G3 ----------------*/
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G4 ----------------*/
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G5 ----------------*/
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G6 ----------------*/
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G7 ----------------*/
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G8 ----------------*/
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G9 ----------------*/
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G10 ----------------*/
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c9
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G11 ----------------*/
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G12 ----------------*/
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G13 ----------------*/
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G14 ----------------*/
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ G15 ----------------*/
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-g14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-g15:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H1 ----------------*/
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H2 ----------------*/
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H3 ----------------*/
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H4 ----------------*/
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H5 ----------------*/
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H6 ----------------*/
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H7 ----------------*/
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H8 ----------------*/
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H9 ----------------*/
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H10 ----------------*/
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H11 ----------------*/
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H12 ----------------*/
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H13 ----------------*/
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ H14 ----------------*/
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-h13,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-h14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I1 ----------------*/
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I2 ----------------*/
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I3 ----------------*/
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I4 ----------------*/
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I5 ----------------*/
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I6 ----------------*/
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I7 ----------------*/
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I8 ----------------*/
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I9 ----------------*/
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I10 ----------------*/
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c9
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I11 ----------------*/
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I12 ----------------*/
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I13 ----------------*/
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I14 ----------------*/
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ I15 ----------------*/
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-i14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-i15:checked ~ .sheet-block-tmr-m15,
|
|
/*------------ J1 ----------------*/
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J2 ----------------*/
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J3 ----------------*/
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J4 ----------------*/
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J5 ----------------*/
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J6 ----------------*/
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J7 ----------------*/
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J8 ----------------*/
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J9 ----------------*/
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J10 ----------------*/
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J11 ----------------*/
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J12 ----------------*/
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J13 ----------------*/
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ J14 ----------------*/
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-j13,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-j14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K1 ----------------*/
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K2 ----------------*/
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K3 ----------------*/
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K4 ----------------*/
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K5 ----------------*/
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K6 ----------------*/
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K7 ----------------*/
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K8 ----------------*/
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K9 ----------------*/
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K10 ----------------*/
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c9
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K11 ----------------*/
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K12 ----------------*/
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K13 ----------------*/
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K14 ----------------*/
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ K15 ----------------*/
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-k14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-k15:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L1 ----------------*/
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L2 ----------------*/
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L3 ----------------*/
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L4 ----------------*/
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L5 ----------------*/
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L6 ----------------*/
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L7 ----------------*/
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L8 ----------------*/
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L9 ----------------*/
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L10 ----------------*/
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L11 ----------------*/
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L12 ----------------*/
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L13 ----------------*/
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ L14 ----------------*/
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-l13,
|
|
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-l14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M1 ----------------*/
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m1:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M2 ----------------*/
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m2:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M3 ----------------*/
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m3:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M4 ----------------*/
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m4:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M5 ----------------*/
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m5:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M6 ----------------*/
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m6:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M7 ----------------*/
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m7:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M8 ----------------*/
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m8:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M9 ----------------*/
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m9:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M10 ----------------*/
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c9
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m10:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M11 ----------------*/
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m11:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M12 ----------------*/
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m12:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M13 ----------------*/
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m14,
|
|
.sheet-coche-tmr-m13:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M14 ----------------*/
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-b14
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m14:checked ~ .sheet-block-tmr-m15,
|
|
|
|
/*------------ M15 ----------------*/
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-a15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-b14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-c15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-d14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-e15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-f14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-g15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-h14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-i15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-j14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k14,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-k15,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-l14,
|
|
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m1,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m2,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m3,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m4,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m5,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m6,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m7,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m8,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m9,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m10,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m11,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m12,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m13,
|
|
.sheet-coche-tmr-m15:checked ~ .sheet-block-tmr-m14
|
|
|
|
{
|
|
display: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-coche-app:checked ~ .sheet-block-app,
|
|
.sheet-coche-con:checked ~ .sheet-block-con,
|
|
.sheet-coche-for:checked ~ .sheet-block-for,
|
|
.sheet-coche-agi:checked ~ .sheet-block-agi,
|
|
.sheet-coche-dex:checked ~ .sheet-block-dex,
|
|
.sheet-coche-vue:checked ~ .sheet-block-vue,
|
|
.sheet-coche-oui:checked ~ .sheet-block-oui,
|
|
.sheet-coche-odo:checked ~ .sheet-block-odo,
|
|
.sheet-coche-vol:checked ~ .sheet-block-vol,
|
|
.sheet-coche-int:checked ~ .sheet-block-int,
|
|
.sheet-coche-emp:checked ~ .sheet-block-emp,
|
|
.sheet-coche-rev:checked ~ .sheet-block-rev,
|
|
.sheet-coche-cha:checked ~ .sheet-block-cha,
|
|
.sheet-coche-mel:checked ~ .sheet-block-mel,
|
|
.sheet-coche-tir:checked ~ .sheet-block-tir,
|
|
.sheet-coche-lan:checked ~ .sheet-block-lan,
|
|
.sheet-coche-der:checked ~ .sheet-block-der {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-app,
|
|
.sheet-block-con,
|
|
.sheet-block-for,
|
|
.sheet-block-agi,
|
|
.sheet-block-dex,
|
|
.sheet-block-vue,
|
|
.sheet-block-oui,
|
|
.sheet-block-odo,
|
|
.sheet-block-vol,
|
|
.sheet-block-int,
|
|
.sheet-block-emp,
|
|
.sheet-block-rev,
|
|
.sheet-block-cha,
|
|
.sheet-block-mel,
|
|
.sheet-block-tir,
|
|
.sheet-block-lan,
|
|
.sheet-block-der,
|
|
|
|
.sheet-coche-app:checked ~ .sheet-block-con,
|
|
.sheet-coche-app:checked ~ .sheet-block-for,
|
|
.sheet-coche-app:checked ~ .sheet-block-agi,
|
|
.sheet-coche-app:checked ~ .sheet-block-dex,
|
|
.sheet-coche-app:checked ~ .sheet-block-vue,
|
|
.sheet-coche-app:checked ~ .sheet-block-oui,
|
|
.sheet-coche-app:checked ~ .sheet-block-odo,
|
|
.sheet-coche-app:checked ~ .sheet-block-vol,
|
|
.sheet-coche-app:checked ~ .sheet-block-int,
|
|
.sheet-coche-app:checked ~ .sheet-block-emp,
|
|
.sheet-coche-app:checked ~ .sheet-block-rev,
|
|
.sheet-coche-app:checked ~ .sheet-block-cha,
|
|
.sheet-coche-app:checked ~ .sheet-block-mel,
|
|
.sheet-coche-app:checked ~ .sheet-block-tir,
|
|
.sheet-coche-app:checked ~ .sheet-block-lan,
|
|
.sheet-coche-app:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-con:checked ~ .sheet-block-app,
|
|
.sheet-coche-con:checked ~ .sheet-block-for,
|
|
.sheet-coche-con:checked ~ .sheet-block-agi,
|
|
.sheet-coche-con:checked ~ .sheet-block-dex,
|
|
.sheet-coche-con:checked ~ .sheet-block-vue,
|
|
.sheet-coche-con:checked ~ .sheet-block-oui,
|
|
.sheet-coche-con:checked ~ .sheet-block-odo,
|
|
.sheet-coche-con:checked ~ .sheet-block-vol,
|
|
.sheet-coche-con:checked ~ .sheet-block-int,
|
|
.sheet-coche-con:checked ~ .sheet-block-emp,
|
|
.sheet-coche-con:checked ~ .sheet-block-rev,
|
|
.sheet-coche-con:checked ~ .sheet-block-cha,
|
|
.sheet-coche-con:checked ~ .sheet-block-mel,
|
|
.sheet-coche-con:checked ~ .sheet-block-tir,
|
|
.sheet-coche-con:checked ~ .sheet-block-lan,
|
|
.sheet-coche-con:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-for:checked ~ .sheet-block-app,
|
|
.sheet-coche-for:checked ~ .sheet-block-con,
|
|
.sheet-coche-for:checked ~ .sheet-block-agi,
|
|
.sheet-coche-for:checked ~ .sheet-block-dex,
|
|
.sheet-coche-for:checked ~ .sheet-block-vue,
|
|
.sheet-coche-for:checked ~ .sheet-block-oui,
|
|
.sheet-coche-for:checked ~ .sheet-block-odo,
|
|
.sheet-coche-for:checked ~ .sheet-block-vol,
|
|
.sheet-coche-for:checked ~ .sheet-block-int,
|
|
.sheet-coche-for:checked ~ .sheet-block-emp,
|
|
.sheet-coche-for:checked ~ .sheet-block-rev,
|
|
.sheet-coche-for:checked ~ .sheet-block-cha,
|
|
.sheet-coche-for:checked ~ .sheet-block-mel,
|
|
.sheet-coche-for:checked ~ .sheet-block-tir,
|
|
.sheet-coche-for:checked ~ .sheet-block-lan,
|
|
.sheet-coche-for:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-agi:checked ~ .sheet-block-app,
|
|
.sheet-coche-agi:checked ~ .sheet-block-con,
|
|
.sheet-coche-agi:checked ~ .sheet-block-for,
|
|
.sheet-coche-agi:checked ~ .sheet-block-dex,
|
|
.sheet-coche-agi:checked ~ .sheet-block-vue,
|
|
.sheet-coche-agi:checked ~ .sheet-block-oui,
|
|
.sheet-coche-agi:checked ~ .sheet-block-odo,
|
|
.sheet-coche-agi:checked ~ .sheet-block-vol,
|
|
.sheet-coche-agi:checked ~ .sheet-block-int,
|
|
.sheet-coche-agi:checked ~ .sheet-block-emp,
|
|
.sheet-coche-agi:checked ~ .sheet-block-rev,
|
|
.sheet-coche-agi:checked ~ .sheet-block-cha,
|
|
.sheet-coche-agi:checked ~ .sheet-block-mel,
|
|
.sheet-coche-agi:checked ~ .sheet-block-tir,
|
|
.sheet-coche-agi:checked ~ .sheet-block-lan,
|
|
.sheet-coche-agi:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-dex:checked ~ .sheet-block-app,
|
|
.sheet-coche-dex:checked ~ .sheet-block-con,
|
|
.sheet-coche-dex:checked ~ .sheet-block-for,
|
|
.sheet-coche-dex:checked ~ .sheet-block-agi,
|
|
.sheet-coche-dex:checked ~ .sheet-block-vue,
|
|
.sheet-coche-dex:checked ~ .sheet-block-oui,
|
|
.sheet-coche-dex:checked ~ .sheet-block-odo,
|
|
.sheet-coche-dex:checked ~ .sheet-block-vol,
|
|
.sheet-coche-dex:checked ~ .sheet-block-int,
|
|
.sheet-coche-dex:checked ~ .sheet-block-emp,
|
|
.sheet-coche-dex:checked ~ .sheet-block-rev,
|
|
.sheet-coche-dex:checked ~ .sheet-block-cha,
|
|
.sheet-coche-dex:checked ~ .sheet-block-mel,
|
|
.sheet-coche-dex:checked ~ .sheet-block-tir,
|
|
.sheet-coche-dex:checked ~ .sheet-block-lan,
|
|
.sheet-coche-dex:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-vue:checked ~ .sheet-block-app,
|
|
.sheet-coche-vue:checked ~ .sheet-block-con,
|
|
.sheet-coche-vue:checked ~ .sheet-block-for,
|
|
.sheet-coche-vue:checked ~ .sheet-block-agi,
|
|
.sheet-coche-vue:checked ~ .sheet-block-dex,
|
|
.sheet-coche-vue:checked ~ .sheet-block-oui,
|
|
.sheet-coche-vue:checked ~ .sheet-block-odo,
|
|
.sheet-coche-vue:checked ~ .sheet-block-vol,
|
|
.sheet-coche-vue:checked ~ .sheet-block-int,
|
|
.sheet-coche-vue:checked ~ .sheet-block-emp,
|
|
.sheet-coche-vue:checked ~ .sheet-block-rev,
|
|
.sheet-coche-vue:checked ~ .sheet-block-cha,
|
|
.sheet-coche-vue:checked ~ .sheet-block-mel,
|
|
.sheet-coche-vue:checked ~ .sheet-block-tir,
|
|
.sheet-coche-vue:checked ~ .sheet-block-lan,
|
|
.sheet-coche-vue:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-oui:checked ~ .sheet-block-app,
|
|
.sheet-coche-oui:checked ~ .sheet-block-con,
|
|
.sheet-coche-oui:checked ~ .sheet-block-for,
|
|
.sheet-coche-oui:checked ~ .sheet-block-agi,
|
|
.sheet-coche-oui:checked ~ .sheet-block-dex,
|
|
.sheet-coche-oui:checked ~ .sheet-block-vue,
|
|
.sheet-coche-oui:checked ~ .sheet-block-odo,
|
|
.sheet-coche-oui:checked ~ .sheet-block-vol,
|
|
.sheet-coche-oui:checked ~ .sheet-block-int,
|
|
.sheet-coche-oui:checked ~ .sheet-block-emp,
|
|
.sheet-coche-oui:checked ~ .sheet-block-rev,
|
|
.sheet-coche-oui:checked ~ .sheet-block-cha,
|
|
.sheet-coche-oui:checked ~ .sheet-block-mel,
|
|
.sheet-coche-oui:checked ~ .sheet-block-tir,
|
|
.sheet-coche-oui:checked ~ .sheet-block-lan,
|
|
.sheet-coche-oui:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-odo:checked ~ .sheet-block-app,
|
|
.sheet-coche-odo:checked ~ .sheet-block-con,
|
|
.sheet-coche-odo:checked ~ .sheet-block-for,
|
|
.sheet-coche-odo:checked ~ .sheet-block-agi,
|
|
.sheet-coche-odo:checked ~ .sheet-block-dex,
|
|
.sheet-coche-odo:checked ~ .sheet-block-vue,
|
|
.sheet-coche-odo:checked ~ .sheet-block-oui,
|
|
.sheet-coche-odo:checked ~ .sheet-block-vol,
|
|
.sheet-coche-odo:checked ~ .sheet-block-int,
|
|
.sheet-coche-odo:checked ~ .sheet-block-emp,
|
|
.sheet-coche-odo:checked ~ .sheet-block-rev,
|
|
.sheet-coche-odo:checked ~ .sheet-block-cha,
|
|
.sheet-coche-odo:checked ~ .sheet-block-mel,
|
|
.sheet-coche-odo:checked ~ .sheet-block-tir,
|
|
.sheet-coche-odo:checked ~ .sheet-block-lan,
|
|
.sheet-coche-odo:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-vol:checked ~ .sheet-block-app,
|
|
.sheet-coche-vol:checked ~ .sheet-block-con,
|
|
.sheet-coche-vol:checked ~ .sheet-block-for,
|
|
.sheet-coche-vol:checked ~ .sheet-block-agi,
|
|
.sheet-coche-vol:checked ~ .sheet-block-dex,
|
|
.sheet-coche-vol:checked ~ .sheet-block-vue,
|
|
.sheet-coche-vol:checked ~ .sheet-block-oui,
|
|
.sheet-coche-vol:checked ~ .sheet-block-odo,
|
|
.sheet-coche-vol:checked ~ .sheet-block-int,
|
|
.sheet-coche-vol:checked ~ .sheet-block-emp,
|
|
.sheet-coche-vol:checked ~ .sheet-block-rev,
|
|
.sheet-coche-vol:checked ~ .sheet-block-cha,
|
|
.sheet-coche-vol:checked ~ .sheet-block-mel,
|
|
.sheet-coche-vol:checked ~ .sheet-block-tir,
|
|
.sheet-coche-vol:checked ~ .sheet-block-lan,
|
|
.sheet-coche-vol:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-int:checked ~ .sheet-block-app,
|
|
.sheet-coche-int:checked ~ .sheet-block-con,
|
|
.sheet-coche-int:checked ~ .sheet-block-for,
|
|
.sheet-coche-int:checked ~ .sheet-block-agi,
|
|
.sheet-coche-int:checked ~ .sheet-block-dex,
|
|
.sheet-coche-int:checked ~ .sheet-block-vue,
|
|
.sheet-coche-int:checked ~ .sheet-block-oui,
|
|
.sheet-coche-int:checked ~ .sheet-block-odo,
|
|
.sheet-coche-int:checked ~ .sheet-block-vol,
|
|
.sheet-coche-int:checked ~ .sheet-block-emp,
|
|
.sheet-coche-int:checked ~ .sheet-block-rev,
|
|
.sheet-coche-int:checked ~ .sheet-block-cha,
|
|
.sheet-coche-int:checked ~ .sheet-block-mel,
|
|
.sheet-coche-int:checked ~ .sheet-block-tir,
|
|
.sheet-coche-int:checked ~ .sheet-block-lan,
|
|
.sheet-coche-int:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-emp:checked ~ .sheet-block-app,
|
|
.sheet-coche-emp:checked ~ .sheet-block-con,
|
|
.sheet-coche-emp:checked ~ .sheet-block-for,
|
|
.sheet-coche-emp:checked ~ .sheet-block-agi,
|
|
.sheet-coche-emp:checked ~ .sheet-block-dex,
|
|
.sheet-coche-emp:checked ~ .sheet-block-vue,
|
|
.sheet-coche-emp:checked ~ .sheet-block-oui,
|
|
.sheet-coche-emp:checked ~ .sheet-block-odo,
|
|
.sheet-coche-emp:checked ~ .sheet-block-vol,
|
|
.sheet-coche-emp:checked ~ .sheet-block-int,
|
|
.sheet-coche-emp:checked ~ .sheet-block-rev,
|
|
.sheet-coche-emp:checked ~ .sheet-block-cha,
|
|
.sheet-coche-emp:checked ~ .sheet-block-mel,
|
|
.sheet-coche-emp:checked ~ .sheet-block-tir,
|
|
.sheet-coche-emp:checked ~ .sheet-block-lan,
|
|
.sheet-coche-emp:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-rev:checked ~ .sheet-block-app,
|
|
.sheet-coche-rev:checked ~ .sheet-block-con,
|
|
.sheet-coche-rev:checked ~ .sheet-block-for,
|
|
.sheet-coche-rev:checked ~ .sheet-block-agi,
|
|
.sheet-coche-rev:checked ~ .sheet-block-dex,
|
|
.sheet-coche-rev:checked ~ .sheet-block-vue,
|
|
.sheet-coche-rev:checked ~ .sheet-block-oui,
|
|
.sheet-coche-rev:checked ~ .sheet-block-odo,
|
|
.sheet-coche-rev:checked ~ .sheet-block-vol,
|
|
.sheet-coche-rev:checked ~ .sheet-block-int,
|
|
.sheet-coche-rev:checked ~ .sheet-block-emp,
|
|
.sheet-coche-rev:checked ~ .sheet-block-cha,
|
|
.sheet-coche-rev:checked ~ .sheet-block-mel,
|
|
.sheet-coche-rev:checked ~ .sheet-block-tir,
|
|
.sheet-coche-rev:checked ~ .sheet-block-lan,
|
|
.sheet-coche-rev:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-cha:checked ~ .sheet-block-app,
|
|
.sheet-coche-cha:checked ~ .sheet-block-con,
|
|
.sheet-coche-cha:checked ~ .sheet-block-for,
|
|
.sheet-coche-cha:checked ~ .sheet-block-agi,
|
|
.sheet-coche-cha:checked ~ .sheet-block-dex,
|
|
.sheet-coche-cha:checked ~ .sheet-block-vue,
|
|
.sheet-coche-cha:checked ~ .sheet-block-oui,
|
|
.sheet-coche-cha:checked ~ .sheet-block-odo,
|
|
.sheet-coche-cha:checked ~ .sheet-block-vol,
|
|
.sheet-coche-cha:checked ~ .sheet-block-int,
|
|
.sheet-coche-cha:checked ~ .sheet-block-emp,
|
|
.sheet-coche-cha:checked ~ .sheet-block-rev,
|
|
.sheet-coche-cha:checked ~ .sheet-block-mel,
|
|
.sheet-coche-cha:checked ~ .sheet-block-tir,
|
|
.sheet-coche-cha:checked ~ .sheet-block-lan,
|
|
.sheet-coche-cha:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-mel:checked ~ .sheet-block-app,
|
|
.sheet-coche-mel:checked ~ .sheet-block-con,
|
|
.sheet-coche-mel:checked ~ .sheet-block-for,
|
|
.sheet-coche-mel:checked ~ .sheet-block-agi,
|
|
.sheet-coche-mel:checked ~ .sheet-block-dex,
|
|
.sheet-coche-mel:checked ~ .sheet-block-vue,
|
|
.sheet-coche-mel:checked ~ .sheet-block-oui,
|
|
.sheet-coche-mel:checked ~ .sheet-block-odo,
|
|
.sheet-coche-mel:checked ~ .sheet-block-vol,
|
|
.sheet-coche-mel:checked ~ .sheet-block-int,
|
|
.sheet-coche-mel:checked ~ .sheet-block-emp,
|
|
.sheet-coche-mel:checked ~ .sheet-block-rev,
|
|
.sheet-coche-mel:checked ~ .sheet-block-cha,
|
|
.sheet-coche-mel:checked ~ .sheet-block-tir,
|
|
.sheet-coche-mel:checked ~ .sheet-block-lan,
|
|
.sheet-coche-mel:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-tir:checked ~ .sheet-block-app,
|
|
.sheet-coche-tir:checked ~ .sheet-block-con,
|
|
.sheet-coche-tir:checked ~ .sheet-block-for,
|
|
.sheet-coche-tir:checked ~ .sheet-block-agi,
|
|
.sheet-coche-tir:checked ~ .sheet-block-dex,
|
|
.sheet-coche-tir:checked ~ .sheet-block-vue,
|
|
.sheet-coche-tir:checked ~ .sheet-block-oui,
|
|
.sheet-coche-tir:checked ~ .sheet-block-odo,
|
|
.sheet-coche-tir:checked ~ .sheet-block-vol,
|
|
.sheet-coche-tir:checked ~ .sheet-block-int,
|
|
.sheet-coche-tir:checked ~ .sheet-block-emp,
|
|
.sheet-coche-tir:checked ~ .sheet-block-rev,
|
|
.sheet-coche-tir:checked ~ .sheet-block-cha,
|
|
.sheet-coche-tir:checked ~ .sheet-block-mel,
|
|
.sheet-coche-tir:checked ~ .sheet-block-lan,
|
|
.sheet-coche-tir:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-lan:checked ~ .sheet-block-app,
|
|
.sheet-coche-lan:checked ~ .sheet-block-con,
|
|
.sheet-coche-lan:checked ~ .sheet-block-for,
|
|
.sheet-coche-lan:checked ~ .sheet-block-agi,
|
|
.sheet-coche-lan:checked ~ .sheet-block-dex,
|
|
.sheet-coche-lan:checked ~ .sheet-block-vue,
|
|
.sheet-coche-lan:checked ~ .sheet-block-oui,
|
|
.sheet-coche-lan:checked ~ .sheet-block-odo,
|
|
.sheet-coche-lan:checked ~ .sheet-block-vol,
|
|
.sheet-coche-lan:checked ~ .sheet-block-int,
|
|
.sheet-coche-lan:checked ~ .sheet-block-emp,
|
|
.sheet-coche-lan:checked ~ .sheet-block-rev,
|
|
.sheet-coche-lan:checked ~ .sheet-block-cha,
|
|
.sheet-coche-lan:checked ~ .sheet-block-mel,
|
|
.sheet-coche-lan:checked ~ .sheet-block-tir,
|
|
.sheet-coche-lan:checked ~ .sheet-block-der,
|
|
|
|
.sheet-coche-der:checked ~ .sheet-block-app,
|
|
.sheet-coche-der:checked ~ .sheet-block-con,
|
|
.sheet-coche-der:checked ~ .sheet-block-for,
|
|
.sheet-coche-der:checked ~ .sheet-block-agi,
|
|
.sheet-coche-der:checked ~ .sheet-block-dex,
|
|
.sheet-coche-der:checked ~ .sheet-block-vue,
|
|
.sheet-coche-der:checked ~ .sheet-block-oui,
|
|
.sheet-coche-der:checked ~ .sheet-block-odo,
|
|
.sheet-coche-der:checked ~ .sheet-block-vol,
|
|
.sheet-coche-der:checked ~ .sheet-block-int,
|
|
.sheet-coche-der:checked ~ .sheet-block-emp,
|
|
.sheet-coche-der:checked ~ .sheet-block-rev,
|
|
.sheet-coche-der:checked ~ .sheet-block-cha,
|
|
.sheet-coche-der:checked ~ .sheet-block-mel,
|
|
.sheet-coche-der:checked ~ .sheet-block-tir,
|
|
.sheet-coche-der:checked ~ .sheet-block-lan
|
|
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-coche-sacs:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-veture:checked ~ .sheet-block-veture,
|
|
.sheet-coche-armes:checked ~ .sheet-block-armes,
|
|
.sheet-coche-outres:checked ~ .sheet-block-outres,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-potions:checked ~ .sheet-block-potions{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-sacs,
|
|
.sheet-block-veture,
|
|
.sheet-block-armes,
|
|
.sheet-block-outres,
|
|
.sheet-block-bourses,
|
|
.sheet-block-potions,
|
|
.sheet-coche-sacs:checked ~ .sheet-block-veture,
|
|
.sheet-coche-sacs:checked ~ .sheet-block-outres,
|
|
.sheet-coche-sacs:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-sacs:checked ~ .sheet-block-armes,
|
|
.sheet-coche-sacs:checked ~ .sheet-block-potions,
|
|
.sheet-coche-veture:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-veture:checked ~ .sheet-block-outres,
|
|
.sheet-coche-veture:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-veture:checked ~ .sheet-block-armes,
|
|
.sheet-coche-veture:checked ~ .sheet-block-potions,
|
|
.sheet-coche-armes:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-armes:checked ~ .sheet-block-outres,
|
|
.sheet-coche-armes:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-armes:checked ~ .sheet-block-veture,
|
|
.sheet-coche-armes:checked ~ .sheet-block-potions,
|
|
.sheet-coche-outres:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-outres:checked ~ .sheet-block-veture,
|
|
.sheet-coche-outres:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-outres:checked ~ .sheet-block-armes,
|
|
.sheet-coche-outres:checked ~ .sheet-block-potions,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-veture,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-outres,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-armes,
|
|
.sheet-coche-bourses:checked ~ .sheet-block-potions,
|
|
.sheet-coche-potions:checked ~ .sheet-block-sacs,
|
|
.sheet-coche-potions:checked ~ .sheet-block-veture,
|
|
.sheet-coche-potions:checked ~ .sheet-block-outres,
|
|
.sheet-coche-potions:checked ~ .sheet-block-bourses,
|
|
.sheet-coche-potions:checked ~ .sheet-block-armes{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-combat-1,
|
|
.sheet-coche-combat-2:checked ~ .sheet-block-combat-2{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-combat-2,
|
|
.sheet-coche-combat-2:checked ~ .sheet-block-combat-1{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-gemme-arme-1,
|
|
.sheet-coche-gemme-arme-1:checked ~ .sheet-block-gemme-arme-2{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-gemme-arme-2,
|
|
.sheet-coche-gemme-arme-1:checked ~ .sheet-block-gemme-arme-1{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-appel-moral-off,
|
|
.sheet-coche-appel-moral:checked ~ .sheet-block-appel-moral-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-appel-moral-on,
|
|
.sheet-coche-appel-moral:checked ~ .sheet-block-appel-moral-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-coche-coeur-off:checked ~ .sheet-block-coeur-off,
|
|
.sheet-coche-coeur-plus:checked ~ .sheet-block-coeur-plus,
|
|
.sheet-coche-coeur-moins:checked ~ .sheet-block-coeur-moins{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-coche-coeur-off:checked ~ .sheet-block-coeur-plus,
|
|
.sheet-coche-coeur-off:checked ~ .sheet-block-coeur-moins,
|
|
.sheet-coche-coeur-plus:checked ~ .sheet-block-coeur-off,
|
|
.sheet-coche-coeur-plus:checked ~ .sheet-block-coeur-moins,
|
|
.sheet-coche-coeur-moins:checked ~ .sheet-block-coeur-off,
|
|
.sheet-coche-coeur-moins:checked ~ .sheet-block-coeur-plus{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-effet-off,
|
|
.sheet-coche-effet:checked ~ .sheet-block-effet-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-effet-on,
|
|
.sheet-coche-effet:checked ~ .sheet-block-effet-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-masquer-astro,
|
|
.sheet-coche-masquer-astro:checked ~ .sheet-block-montrer-astro{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-montrer-astro,
|
|
.sheet-coche-masquer-astro:checked ~ .sheet-block-masquer-astro{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-sonne-off,
|
|
.sheet-coche-sonne:checked ~ .sheet-block-sonne-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-sonne-on,
|
|
.sheet-coche-sonne:checked ~ .sheet-block-sonne-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-sonneinvoc-off,
|
|
.sheet-coche-sonneinvoc:checked ~ .sheet-block-sonneinvoc-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-sonneinvoc-on,
|
|
.sheet-coche-sonneinvoc:checked ~ .sheet-block-sonneinvoc-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-sonneenm-off,
|
|
.sheet-coche-sonneenm:checked ~ .sheet-block-sonneenm-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-sonneenm-on,
|
|
.sheet-coche-sonneenm:checked ~ .sheet-block-sonneenm-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-maladie-off,
|
|
.sheet-coche-maladie:checked ~ .sheet-block-maladie-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-maladie-on,
|
|
.sheet-coche-maladie:checked ~ .sheet-block-maladie-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-poison-off,
|
|
.sheet-coche-poison:checked ~ .sheet-block-poison-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-poison-on,
|
|
.sheet-coche-poison:checked ~ .sheet-block-poison-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-blessure-off,
|
|
.sheet-coche-blessure:checked ~ .sheet-block-blessure-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-blessure-on,
|
|
.sheet-coche-blessure:checked ~ .sheet-block-blessure-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-chance-use-off,
|
|
.sheet-coche-chance-use:checked ~ .sheet-block-chance-use-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-chance-use-on,
|
|
.sheet-coche-chance-use:checked ~ .sheet-block-chance-use-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-joursuivant-cadenas-off,
|
|
.sheet-coche-joursuivant-cadenas:checked ~ .sheet-block-joursuivant-cadenas-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-joursuivant-cadenas-on,
|
|
.sheet-coche-joursuivant-cadenas:checked ~ .sheet-block-joursuivant-cadenas-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-destinee-on,
|
|
.sheet-coche-destinee:checked ~ .sheet-block-destinee-off{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-destinee-off,
|
|
.sheet-coche-destinee:checked ~ .sheet-block-destinee-on{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-joursuivant-on,
|
|
.sheet-coche-chateau:checked ~ .sheet-block-joursuivant-off{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-joursuivant-off,
|
|
.sheet-coche-chateau:checked ~ .sheet-block-joursuivant-on{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-mj-cadenas-off,
|
|
.sheet-coche-mj-cadenas:checked ~ .sheet-block-mj-cadenas-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-mj-cadenas-on,
|
|
.sheet-coche-mj-cadenas:checked ~ .sheet-block-mj-cadenas-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-armure-reg,
|
|
.sheet-coche-armure:checked ~ .sheet-block-armure-per{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-armure-per,
|
|
.sheet-coche-armure:checked ~ .sheet-block-armure-reg{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-show-entry,
|
|
.sheet-coche-showhide:checked ~ .sheet-block-hide-entry{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-hide-entry,
|
|
.sheet-coche-showhide:checked ~ .sheet-block-show-entry{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-tmr-sp-off,
|
|
.sheet-coche-tmr-sp:checked ~ .sheet-block-tmr-sp-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-tmr-sp-on,
|
|
.sheet-coche-tmr-sp:checked ~ .sheet-block-tmr-sp-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-double-ch-off,
|
|
.sheet-coche-double-ch:checked ~ .sheet-block-double-ch-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-double-ch-on,
|
|
.sheet-coche-double-ch:checked ~ .sheet-block-double-ch-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-masquer-sac1,
|
|
.sheet-block-masquer-sac2,
|
|
.sheet-block-masquer-sac3,
|
|
.sheet-block-masquer-sac4,
|
|
.sheet-block-masquer-sac5,
|
|
.sheet-block-masquer-sac6,
|
|
.sheet-block-masquer-sac7,
|
|
.sheet-block-masquer-sac8,
|
|
.sheet-block-masquer-sac9,
|
|
.sheet-block-masquer-sac10,
|
|
.sheet-block-masquer-sac11,
|
|
.sheet-block-masquer-sac12,
|
|
.sheet-coche-sac1:checked ~ .sheet-block-montrer-sac1,
|
|
.sheet-coche-sac2:checked ~ .sheet-block-montrer-sac2,
|
|
.sheet-coche-sac3:checked ~ .sheet-block-montrer-sac3,
|
|
.sheet-coche-sac4:checked ~ .sheet-block-montrer-sac4,
|
|
.sheet-coche-sac5:checked ~ .sheet-block-montrer-sac5,
|
|
.sheet-coche-sac6:checked ~ .sheet-block-montrer-sac6,
|
|
.sheet-coche-sac7:checked ~ .sheet-block-montrer-sac7,
|
|
.sheet-coche-sac8:checked ~ .sheet-block-montrer-sac8,
|
|
.sheet-coche-sac9:checked ~ .sheet-block-montrer-sac9,
|
|
.sheet-coche-sac10:checked ~ .sheet-block-montrer-sac10,
|
|
.sheet-coche-sac11:checked ~ .sheet-block-montrer-sac11,
|
|
.sheet-coche-sac12:checked ~ .sheet-block-montrer-sac12{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-montrer-sac1,
|
|
.sheet-block-montrer-sac2,
|
|
.sheet-block-montrer-sac3,
|
|
.sheet-block-montrer-sac4,
|
|
.sheet-block-montrer-sac5,
|
|
.sheet-block-montrer-sac6,
|
|
.sheet-block-montrer-sac7,
|
|
.sheet-block-montrer-sac8,
|
|
.sheet-block-montrer-sac9,
|
|
.sheet-block-montrer-sac10,
|
|
.sheet-block-montrer-sac11,
|
|
.sheet-block-montrer-sac12,
|
|
.sheet-coche-sac1:checked ~ .sheet-block-masquer-sac1,
|
|
.sheet-coche-sac2:checked ~ .sheet-block-masquer-sac2,
|
|
.sheet-coche-sac3:checked ~ .sheet-block-masquer-sac3,
|
|
.sheet-coche-sac4:checked ~ .sheet-block-masquer-sac4,
|
|
.sheet-coche-sac5:checked ~ .sheet-block-masquer-sac5,
|
|
.sheet-coche-sac6:checked ~ .sheet-block-masquer-sac6,
|
|
.sheet-coche-sac7:checked ~ .sheet-block-masquer-sac7,
|
|
.sheet-coche-sac8:checked ~ .sheet-block-masquer-sac8,
|
|
.sheet-coche-sac9:checked ~ .sheet-block-masquer-sac9,
|
|
.sheet-coche-sac10:checked ~ .sheet-block-masquer-sac10,
|
|
.sheet-coche-sac11:checked ~ .sheet-block-masquer-sac11,
|
|
.sheet-coche-sac12:checked ~ .sheet-block-masquer-sac12{
|
|
display: none;
|
|
}
|
|
|
|
|
|
.sheet-block-soin1-off,
|
|
.sheet-block-soin2-off,
|
|
.sheet-block-soin3-off,
|
|
.sheet-block-soin4-off,
|
|
.sheet-block-soin5-off,
|
|
.sheet-block-soin6-off,
|
|
.sheet-block-soin7-off,
|
|
.sheet-block-soin8-off,
|
|
.sheet-coche-soin1:checked ~ .sheet-block-soin1-on,
|
|
.sheet-coche-soin2:checked ~ .sheet-block-soin2-on,
|
|
.sheet-coche-soin3:checked ~ .sheet-block-soin3-on,
|
|
.sheet-coche-soin4:checked ~ .sheet-block-soin4-on,
|
|
.sheet-coche-soin5:checked ~ .sheet-block-soin5-on,
|
|
.sheet-coche-soin6:checked ~ .sheet-block-soin6-on,
|
|
.sheet-coche-soin7:checked ~ .sheet-block-soin7-on,
|
|
.sheet-coche-soin8:checked ~ .sheet-block-soin8-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-soin1-on,
|
|
.sheet-block-soin2-on,
|
|
.sheet-block-soin3-on,
|
|
.sheet-block-soin4-on,
|
|
.sheet-block-soin5-on,
|
|
.sheet-block-soin6-on,
|
|
.sheet-block-soin7-on,
|
|
.sheet-block-soin8-on,
|
|
.sheet-coche-soin1:checked ~ .sheet-block-soin1-off,
|
|
.sheet-coche-soin2:checked ~ .sheet-block-soin2-off,
|
|
.sheet-coche-soin3:checked ~ .sheet-block-soin3-off,
|
|
.sheet-coche-soin4:checked ~ .sheet-block-soin4-off,
|
|
.sheet-coche-soin5:checked ~ .sheet-block-soin5-off,
|
|
.sheet-coche-soin6:checked ~ .sheet-block-soin6-off,
|
|
.sheet-coche-soin7:checked ~ .sheet-block-soin7-off,
|
|
.sheet-coche-soin8:checked ~ .sheet-block-soin8-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-bless1-off,
|
|
.sheet-block-bless2-off,
|
|
.sheet-block-bless3-off,
|
|
.sheet-block-bless4-off,
|
|
.sheet-block-bless5-off,
|
|
.sheet-block-bless6-off,
|
|
.sheet-block-bless7-off,
|
|
.sheet-block-bless8-off,
|
|
.sheet-coche-bless1:checked ~ .sheet-block-bless1-on,
|
|
.sheet-coche-bless2:checked ~ .sheet-block-bless2-on,
|
|
.sheet-coche-bless3:checked ~ .sheet-block-bless3-on,
|
|
.sheet-coche-bless4:checked ~ .sheet-block-bless4-on,
|
|
.sheet-coche-bless5:checked ~ .sheet-block-bless5-on,
|
|
.sheet-coche-bless6:checked ~ .sheet-block-bless6-on,
|
|
.sheet-coche-bless7:checked ~ .sheet-block-bless7-on,
|
|
.sheet-coche-bless8:checked ~ .sheet-block-bless8-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-bless1-on,
|
|
.sheet-block-bless2-on,
|
|
.sheet-block-bless3-on,
|
|
.sheet-block-bless4-on,
|
|
.sheet-block-bless5-on,
|
|
.sheet-block-bless6-on,
|
|
.sheet-block-bless7-on,
|
|
.sheet-block-bless8-on,
|
|
.sheet-coche-bless1:checked ~ .sheet-block-bless1-off,
|
|
.sheet-coche-bless2:checked ~ .sheet-block-bless2-off,
|
|
.sheet-coche-bless3:checked ~ .sheet-block-bless3-off,
|
|
.sheet-coche-bless4:checked ~ .sheet-block-bless4-off,
|
|
.sheet-coche-bless5:checked ~ .sheet-block-bless5-off,
|
|
.sheet-coche-bless6:checked ~ .sheet-block-bless6-off,
|
|
.sheet-coche-bless7:checked ~ .sheet-block-bless7-off,
|
|
.sheet-coche-bless8:checked ~ .sheet-block-bless8-off{
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-7{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-chance-pj-1,
|
|
.sheet-block-chance-pj-2,
|
|
.sheet-block-chance-pj-3,
|
|
.sheet-block-chance-pj-4,
|
|
.sheet-block-chance-pj-5,
|
|
.sheet-block-chance-pj-6,
|
|
.sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-1:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-2:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-3:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-4:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-6,
|
|
.sheet-coche-chance-pj-5:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-6:checked ~ .sheet-block-chance-pj-7,
|
|
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-0,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-1,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-2,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-3,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-4,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-5,
|
|
.sheet-coche-chance-pj-7:checked ~ .sheet-block-chance-pj-6 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-7 {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-compchance-pj-1,
|
|
.sheet-block-compchance-pj-2,
|
|
.sheet-block-compchance-pj-3,
|
|
.sheet-block-compchance-pj-4,
|
|
.sheet-block-compchance-pj-5,
|
|
.sheet-block-compchance-pj-6,
|
|
.sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-1:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-2:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-3:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-4:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-6,
|
|
.sheet-coche-compchance-pj-5:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-6:checked ~ .sheet-block-compchance-pj-7,
|
|
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-comp-regular,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-1,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-2,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-3,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-4,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-5,
|
|
.sheet-coche-compchance-pj-7:checked ~ .sheet-block-compchance-pj-6 {
|
|
display: none;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-baseenm-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_baseoff.png);
|
|
background-color: transparent;
|
|
width:48px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-baseenm-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_baseon.png);
|
|
background-color: transparent;
|
|
width:48px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm1-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm1off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm1-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm1on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm2-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm2off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm2-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm2on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm3-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm3off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm3-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm3on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm4-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm4off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm4-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm4on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm5-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm5off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm5-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm5on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm6-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm6off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm6-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm6on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm7-off{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm7off30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
button[type="action"].sheet-bouton-enm7-on{
|
|
background-image:url(http://apo.powered.free.fr/RDD/icones/RDD_ico_enm7on30.png);
|
|
background-color: transparent;
|
|
width:35px;
|
|
height:30px;
|
|
padding: 0;
|
|
border:none;
|
|
background-repeat:no-repeat;
|
|
border-color: none;
|
|
box-shadow: none;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.sheet-block-baseenm-on,
|
|
.sheet-block-enm1-off,
|
|
.sheet-block-enm2-off,
|
|
.sheet-block-enm3-off,
|
|
.sheet-block-enm4-off,
|
|
.sheet-block-enm5-off,
|
|
.sheet-block-enm6-off,
|
|
.sheet-block-enm7-off,
|
|
.sheet-coche-baseenm:checked ~ .sheet-block-baseenm-off,
|
|
.sheet-coche-enm1:checked ~ .sheet-block-enm1-on,
|
|
.sheet-coche-enm2:checked ~ .sheet-block-enm2-on,
|
|
.sheet-coche-enm3:checked ~ .sheet-block-enm3-on,
|
|
.sheet-coche-enm4:checked ~ .sheet-block-enm4-on,
|
|
.sheet-coche-enm5:checked ~ .sheet-block-enm5-on,
|
|
.sheet-coche-enm6:checked ~ .sheet-block-enm6-on,
|
|
.sheet-coche-enm7:checked ~ .sheet-block-enm7-on{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-block-baseenm-off,
|
|
.sheet-block-enm1-on,
|
|
.sheet-block-enm2-on,
|
|
.sheet-block-enm3-on,
|
|
.sheet-block-enm4-on,
|
|
.sheet-block-enm5-on,
|
|
.sheet-block-enm6-on,
|
|
.sheet-block-enm7-on,
|
|
.sheet-coche-baseenm:checked ~ .sheet-block-baseenm-on,
|
|
.sheet-coche-enm1:checked ~ .sheet-block-enm1-off,
|
|
.sheet-coche-enm2:checked ~ .sheet-block-enm2-off,
|
|
.sheet-coche-enm3:checked ~ .sheet-block-enm3-off,
|
|
.sheet-coche-enm4:checked ~ .sheet-block-enm4-off,
|
|
.sheet-coche-enm5:checked ~ .sheet-block-enm5-off,
|
|
.sheet-coche-enm6:checked ~ .sheet-block-enm6-off,
|
|
.sheet-coche-enm7:checked ~ .sheet-block-enm7-off{
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|