/*version:202401242*/

@charset "UTF-8";

/* POPUP Boksit*/
#popupbg{
    display: none;
    background-color: white;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 8;
  }
  #popupbox{
    display: none;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(169,169,169);
    box-shadow: 1px 1px 1px 1px #000;
    padding: 4px;
    width: 100%;
    height: 800px;
  }
  #popuphead{
    z-index: 99999;
    height: 10%;
    padding: 10px;
    font-size: 30px;
    color: black;
  }
  #popupbody{
    margin-top: 5px;
    z-index: 99999; 
    height: 80%;
  }
  #PopFrame{
    border: 0px; 
    min-height: 100%;
    min-width: 100%;    
  }
  #PopFrame2{
    border: 0px; 
    min-height: 100%;
    min-width: 100%; 
  }


#hakunaytto01 table > td{
  color: #000000 !important;
}

#hakunaytto01 input[type="text"]{
  padding: 5px;
  border: 0px;
  box-shadow: 1px 1px 1px 1px #000;
  border-radius: 1px 1px 1px 1px;
}

/* Tagit hakulomakkeisiin */

.fi_rivi td{
  padding: 5px;
}

.fi_rivi3{
  background-color: #ffffff;
}
.fi_rivi4{
  background-color: #708090;
}

.fi_rivi:hover{
  background-color: rgb(6,57,112);
}
.fi_rivi:hover td{
  background-color: #2e4652;
  color: white;
}
.fi_rivi3 td{
  background-color: rgb(105,105,105);
}
.fi_rivi4 td{
  /* background-color: #DCDCDC; */
  color: #000000;
}

