@charset 'UTF-8';

#main{
overflow-x: visible;
white-space: nowrap;
  
}

body { 
    font-family: "Open Sans",sans-serif;
}

#content{
  left: 0;
    position: fixed;
    overflow: visible;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
     transform-origin: top left;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}

.footerpaneeli {
  padding: 8px;
  color: #007F0E;
  background-color: #ffffff; //#007F0E;
}

.unselectable { 
    -webkit-user-select: none; 
    -webkit-touch-callout: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;    
    color: #000;
}


.radio-toolbar label {
 display: inline-block;
 /*background-color:#CAFF89;*/
 padding: 4px 4px;
 font-family: Arial;
 font-size: 14px
}

.radio-toolbar-kylla input[type="radio"]:checked ~ * {
 /*background-color:#CAFF89;*/
 background: #AEDB60 !important;
 color: #000; !important;
 padding: 4px 4px;
 font-family: Century,Georgia, calibra, serif;
 font-size: 14px
}

.radio-toolbar-ei input[type="radio"]:checked ~ * {
  /*background-color:#CAFF89;*/
  background: #FF6A00 !important;
  color: #fff; !important;
  padding: 4px 4px;
  font-family: Century,Georgia, calibra, serif;
  font-size: 14px
}

.radio-toolbar1 input[type="radio"]:checked + label {
  background-color: #ff0000
}
.radio-toolbar2 input[type="radio"]:checked ~ * {
  background: #DAFF7F !important;
  color: #000; !important
}

.radio-toolbar input[type="radio"]:checked ~ * {
  background: #AEDB60 !important;
  font: bold 16px Arial
}

.radio-toolbar3 input[type="radio"]:checked ~ * {
  background: #FF0000 !important;
  color: #FFF !important
}

.radio-toolbar7 input[type="radio"] {
    display:none;
}

.checkbox-toolbar label { 
    /*background: #CAFF89 !important;*/
  font-size: 12px;
    padding:0 0 0 20px;
    margin: 1em;
    color: black;
}

.checkbox-toolbar input[type="checkbox"]:checked ~ * { 
    background: #CAFF89 !important;
    /*font-family: Arial;*/
    font: bold 13px Arial;
      color: black;
}

span.mandatory {
    color: #ff6000;
    font-size: 11px;
}

div.huomiogreen { color: green; border: solid green 0.1em; border-radius: 4px; padding: 0.5em; }
div.huomiored { color: red; border: solid red 0.1em; border-radius: 4px; padding: 0.3em; }
div.huomioblue { border: solid blue 0.1em; border-radius: 4px; padding: 0.8em; }

p.ex1 { font: 1em arial,sans-serif; }
p.ex2 { font: italic bold 0.8em/1em Georgia, serif; }

div.vaarakoodi {color: #FF0000; font: italic bold 13px/30px Georgia, serif;}
div.oikeakoodi {color: #2D9900; font: italic bold 13px/30px Georgia, serif;}

sup {
    vertical-align: super;
    font-size: smaller;
}

#cssTable {
  padding: 0;
}

table.ex1 {
  border-collapse: separate;
  border-spacing: 1vw 0;
  position: relative; left: 5px; top: 5px;
}

table.johtokunta {
  padding-left: 1vw;
  vertical-align: middle;
  color: #044C8C;
  font: 1.4em DejaVu Sans, calibri, georgia, arial;
}

h1.linkkiotsikko {color: #339933; font:italic 1em/1em Papyrus,fantasy,Georgia,calibri,serif; text-align:center;}
h3.otsikko {font: normal 1em Georgia, calibra, serif; color: #044C8C; background-color: #d0f0f6; margin-top: 0; margin-bottom: 0.5em; border-top-left-radius:0.5em; border-top-right-radius:0.5em;}

ul {
    list-style-type: none;
    padding-left: 2vw;
    margin-left: 2vw;
}

li.l0 {margin-top: 0; font: 1em DejaVu Sans, calibri, georgia, arial;
    padding-left: 1vw;}
    
li.l1 {margin-top: 0; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/bluepoint.png);
    background-size: 1vw 1vw;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 2vw;}

.circle {
  width: 11vh;
  height: 11vh;
  margin:  3em;
  padding: 0.5em;
  /*line-height: 15vh;*/
  border-radius: 25%;
  font-size: 0.9em;
  color: #000;
  text-align: center;
  background: #c0c0c0
}

li.l1red {margin-top: 0.3em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/redpoint.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 25px;}

li.l1yellow {margin-top: 0.3em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/yellowpoint.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 25px;}
  
li.l1blue {margin-top: 0.3em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/bluepoint.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 25px;}

li.l1green {margin-top: 0.3em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/greenpoint.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 25px;}

li.l1gray {margin-top: 0.3em; font:  1em DejaVu Sans, calibri, georgia, arial;
     background-image: url(../img/graypoint.png);
     background-size: 15px 15px;
     background-repeat: no-repeat;
     background-position: 0px center;
     padding-left: 25px}

li.l1graylist {margin-top: 0.2em; font:  1em DejaVu Sans, calibri, georgia, arial;
     background-image: url(../img/graypoint.png);
     background-size: 10px 10px;
     background-repeat: no-repeat;
     background-position: 0px center;
     padding-left: 20px}

li.l1redlist {margin-top: 0.2em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/redpoint.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 20px;}

li.l1yellowlist {margin-top: 0.2em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/yellowpoint.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 20px;}

li.l1bluelist {margin-top: 0.2em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/bluepoint.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 20px;}

li.l1greenlist {margin-top: 0.2em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/greenpoint.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 20px;}
  
li.lisaa {margin: 0.4em; font: 20px DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/lisaa.png);
    background-repeat: no-repeat;
    background-position: 2px center; 
  padding-top: 5px;
    padding-left: 25px;}
  
li.tahti {margin: 0.5em; font: 1em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/tahti.png);
    background-repeat: no-repeat;
    background-position: 2px center; 
    padding-left: 25px;}
    
li.marker {margin: 0.5em; font: 12px Century,Georgia, calibra, serif;
 background-image: url(../img/marker.png);
 background-repeat: no-repeat;
 background-position: 2px center;
 padding-left: 25px}

li.l2 {margin-top: 0.2em; font: 0.7em DejaVu Sans, calibri, georgia, arial;
    background-image: url(../img/crpurple.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 50px;}
li {padding-top: 3px;}
 
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 20vw;
  font-size: 1.2em;
  background-color: #7476AF; /*#3548B2;*/
  color: #fff;
  border-style: solid;
  border-color: black;
  border-width: 0.2vw 0.2vw 0 0.2vw;
  text-align: center;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s;
  animation: fadeIn 0.1s;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

#kesatausta {
 background: url("../img/kukkia.jpg") no-repeat center center fixed;
 /*background: url(../kuukauden_kuva/ORG/etusivu_lokakuu.jpg) no-repeat center center fixed;*/
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
 }

p.aikaleima {text-align:right;
       padding-right:4vw; padding-top:2vw;
       font-size: 0.7em; 
       color: #044C8C; 
       font-family: DejaVu Sans, calibri, georgia, arial;}

p.aikaleima2 {text-align:right;
          /*position: relative; left: -5px; top: -1.2em;*/
       padding-right:1vw;
       padding-top: 1vh;
       margin-top: -0.5em;
       font-size: 0.5em; 
       color: #044C8C; 
       font-family: DejaVu Sans, calibri, georgia, arial;}

.container {
  display: flex;
  justify-content: center;
}

.center {
  width: 45%; 
  padding: 1vw;
  background: #5F85DB;
  color: #fff;
  font-weight: bold;
  font-family: Tahoma;
}

span.c2 {margin: 0 0 30px 0;
   padding: 2px 0 2px 0;
  font-size: 70%;
  text-align: center}
  
p.vali {margin: 5px 0 10px 0;
   padding: 2px 0 2px 0;
  font-size: 60%;
  text-align: center}

p.otsikko {margin: 1.2em 20px 0 1em;
 color: #044C8C;
   background-color: #fff;
   font: 16px bold DejaVu Sans, calibri, georgia, arial}
p.tulosotsikko {margin: 15px 20px 0 30px;
 color: #044C8C;
   background-color: #fff;
   font: 18px bold DejaVu Sans, calibri, georgia, arial}

hr.style-two { 
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }
  
hr.style-three { 
  border: 0; 
  border-bottom: 1px dashed #ccc; 
  background: #999; }
hr.style-four { height: 12px; 
  border: 0; 
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5); }
hr.style-five { 
  border: 0; 
  height: 0; 
  /* Firefox... */ 
  box-shadow: 0 0 10px 1px black; } 
hr.style-five:after { 
/* Not really supposed to work, but does */ 
  content: "\00a0"; /* Prevent margin collapse */ }
hr.style-six { 
  border: 0; 
  height: 0; 
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 1.1em; 
}
hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

#kesatausta {
 background: url(../img/tausta/clouds.gif) no-repeat center center fixed;
 /*background: url(../kuukauden_kuva/ORG/etusivu_lokakuu.jpg) no-repeat center center fixed;*/
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.90;
 filter: alpha(opacity=90); /* For IE8 and earlier */
 }

#perustausta {
 /*background: url(../img/tausta/clouds.gif) no-repeat center center fixed;*/
 background: url(../kuvat/pics/Parna_20150409.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
 }

#talvitausta {
 background: url(../img/tausta/talvi.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
 }
    
#joulutausta {
 background: url(../img/tausta/joulu2.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
 }

#hiihtotausta { /* kuvat/Imatra2015/IMG-20150222-WA0001tausta.jpg */
 /*background: url(../kuvat/pics/Parna_20150409.jpg) no-repeat center center fixed;*/
    /*background: url(../kuukauden_kuva/etusivu_toukokuu2015.jpg) no-repeat center center fixed;*/
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 /*opacity: 0.9;
 filter: alpha(opacity=90); */ /* For IE8 and earlier */
}

#juhlatausta { /*img/tausta/mitalit.jpg*/
 background: url(../img/tausta/mitalit_oljymaalaus.jpg) no-repeat center center fixed;
    /*background: url(../kuukauden_kuva/etusivu_toukokuu2015.jpg) no-repeat center center fixed;*/
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
}

#lumihiutaletausta { /*img/tausta/lumihiutaleet.jpg*/
 background: url(../img/tausta/lumihiutaleet.jpg) no-repeat center center fixed;
    /*background: url(../kuukauden_kuva/etusivu_toukokuu2015.jpg) no-repeat center center fixed;*/
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 opacity: 0.95;
 filter: alpha(opacity=95); /* For IE8 and earlier */
}

.teksti_muu {padding-left: 1vw;  vertical-align: middle; color: #044C8C; font: 1em DejaVu Sans, calibri, georgia, arial;}
.teksti_muutulos {margin-left: 2vw;  padding: 0; width: 97%; vertical-align: middle; color: #044C8C; font: 1em DejaVu Sans, calibri, georgia, arial;}
.teksti_etusivu {padding-left: 0.1vw; vertical-align: middle; color: #044C8C; font: 1em DejaVu Sans, calibri, georgia, arial;}
.otsikko_etusivu {padding-left: 0.1vw; vertical-align: middle; background-color: #044C8C; color: white; font: bold 1em DejaVu Sans, calibri, georgia, arial;}
.otsikko_muu {padding-left: 0.1vw; vertical-align: middle; background-color: #044C8C; color: white; font: bold 0.9em DejaVu Sans, calibri, georgia, arial;}
.lihavoitu {color: #044C8C; font: bold 0.8em DejaVu Sans, calibri, georgia, arial;}
/*.taustavari {background-color: #ebf3f8;}*/ /* Light blue */
.taustavari {background-color: #fff;}
.tausta_lomake {background-color: #E5E5E5;}
.tausta_harmaa {background-color: #E5E5E5;}
.lomake_ruutu {background-color: #fff; color: #044C8C; font-size: 0.8em; font-weight: bold; font-family: arial;}
.lomake_nappi {background-color: #A4C6FF; font-size: 0.8em; font-weight: bold; font-family: arial; color: black;}

#infolinkit2 a:link {color: #044C8C; font: 1em Papyrus,fantasy,Georgia,calibri,serif; text-decoration: none;}
#infolinkit2 a:visited {color: #044C8C; font: 1em Papyrus,fantasy,Georgia,calibri,serif; text-decoration: none;}
#infolinkit2 a:active {color: #BF1711; font: 1em Papyrus,fantasy,Georgia,calibri,serif; text-decoration: none;}
#infolinkit2 a:hover {color: #BF1711; font: 1em Papyrus,fantasy,Georgia,calibri,serif; text-decoration: none;}


.infoa  {color: #044C8C; font: 0.8em DejaVu Sans, calibri, georgia, arial; text-decoration: none;}

#nimiPaivaDiv {display:inline-block;}
#juhlatDiv {display:inline-block;}
#moonDiv {display:inline-block;}

/*
    vw (% of the viewport width)
    vh (% of the viewport height)
    vi (1% of the viewport size in the direction of the root element's inline axis)
    vb (1% of the viewport size in the direction of the root element's block axis)
    vmin (the smaller of vw or vh)
    vmax (the larger or vw or vh)

*/
#nimiPaivaDiv {
  /*border: 1px solid black;*/
  color: #267F00; /*color:#fff;*/  
  width: 405px;
  height: 1.5em;
  margin-bottom: 2px;
  border-radius: 0.5em;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 15px;
  opacity: 0.7  ;
}

#dateDiv, #timeDiv {
  display:inline-block;
  /*background:transparent url(../kuvattausta/Head.png) no-repeat 0px 0px;*/
  background-color: #FFFDD9;
  border-top-left-radius:8px;
  border-top-right-radius:0px;
  /*border-bottom:1px solid #002564;*/
  color: #333; /*color:#fff;*/
  position: static;
  /*width: auto;*/
  width: 75px;
  height: 3.5em;
  font-size: 15px; 
  font-family: DejaVu Sans, calibri, georgia, arial;
  text-align: center;
  vertical-align: middle;
  /*margin-bottom:  8px;*/
  margin-left:  25px;
  padding: 0px;
}

#juhlatDiv {
  margin-bottom: 8px;
}

#moonDiv {
  display:inline-block;
  /*background:transparent url(../kuvattausta/Head.png) no-repeat 0px 0px;*/
  border-top-left-radius:8px;
  border-top-right-radius:0px;
  /*border-bottom:1px solid #002564;*/
  color: #333; /*color:#fff;*/
  position: static;
  /*width: auto;*/
  width: 140px;
  height: 3em;
  font-size: 14px; 
  font-family: DejaVu Sans, calibri, georgia, arial;
  text-align: center;
  vertical-align: middle;
  /*margin-bottom:  8px;*/
  margin-left:  10px;
  padding: 0px;
}