/* 
 * \file style.css
 * Tämä on VAIHTARI -> suoja -> index.php:n stylesheet
 */ 


* {
    font-family: sans-serif;
}

body {
    padding: 8px;
    margin: 30px;
}

#valikko td {
  padding: 5px;
/*
  border: 1px solid #a63;
  background-color: #fea;
*/
}

#valikko tr {
  border-bottom: 1px solid #fa9;
}

table#valikko {
  border-bottom: 1px solid #666;
}

#hakulista td, #muoklista td, #excelista td {
    color:  #333;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    border: 1.2px solid black;
    border-collapse: collapse;
    font-weight: normal;
}
  
#muoklista td {
  background-color: #fd9;
}    

#excelista td {
    background-color: #fea;
}    

#hakutaulu th, #hakutaulu td {
  font-size: smaller;
  padding: 2px 6px 2px;
}

#hakutaulu th{
  background-color: #fcb;
}

#hakutaulu tr.vaihe0 {  background-color: #fee; }
#hakutaulu tr.vaihe1 {  background-color: #efe; }
#hakutaulu tr.vaihe2 {  background-color: #fff; }
#hakutaulu tr.vaihe3 {  background-color: #dff; font-weight: bold;}
#hakutaulu tr.vaihe6 {  background-color: #ddd; color: #666;}

div#hakemusinfo {
  padding: 12px;
}

#lokiruutu {
  background-color: rgba(46, 74, 88, 0.1);
  padding: 20px;
  border: solid 1px rgb(46, 74, 88);
  margin: 20px 10px 25px 10px;
}


