h4 {
    color: red;
}

.vertVahevahele, .ylesandekirjeldus{
     margin-bottom: 1.5cm;
  }
/****************TABELITE STIILID********************/

/*lihtne tabel proovimiseks ja katsetamiseks*/
/*table {
    border-collapse: collapse;
    width: 100%;*/

.uuringuValimine, .taustainfoValimine {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: left;
    justify-content: center;
    justify-items: center;
    //margin-bottom: 0.5rem;
    border-collapse: collapse;
   // border: 4px solid rgb(82,82,84);
    //padding: 0;
   // margin: 40;
    }


/*standard tabel*/
table {
/*    width: 1000px;*/
    height: auto;
  //  border-collapse: collapse;
  //  border: 4px solid rgb(82,82,84);
 //  border: none;
    border-spacing: 0.0rem;
  /*border-spacing: 0.0rem;*/
    vertical-align: top;
    display:block;
    background-color: #f1f1f1;
    float: left;
   /* border-style: outset;*/
    /*border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    }
.nutitekst{
color: lightgrey;
}
table[id="ylesandekirjeldus"] {
/*    width: 1000px;*/
    height: auto;
    /*border-collapse: collapse;*/

    /*border: 4px solid rgb(150,150,150);*/
   /* border: 4px solid rgb(222, 202, 202);*/
   border: none;
   /* border-spacing: 0.5rem;*/
 /* border-spacing: 0.0rem;*/
    vertical-align: top;
    display:block;
    /*background-color: #f1f1f1;*/
    //background-color: rgb(222, 202, 202);
    background-color: rgb(255, 255, 255);
   /* border-style: outset;*/
    /*border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    }


.mitte_aktiivne_table {
/*    width: 1000px;*/
    height: auto;
    border-collapse: collapse;
    border: 4px solid rgb(255,255,255);
    border-spacing: 0.5rem;
  /*border-spacing: 0.0rem;*/
    vertical-align: top;
    display:block;
   /*background-color: ;*/
    background-color: rgb(140,140,190)
    border-style: outset;
    //opacity: 0.7;

    /*border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
      //  padding: 30;
      //  margin: 30;
    }




/*.valis_tabel, td[id="valis_tabel"],th[id="valis_tabel"]{*/
.valis_tabel, .valimine_d, .valimine_r{
  //  display: flex;
  //  flex-wrap: wrap;
    //border: none;
  //  border: 1px solid rgb(82,82,84);
    //     border-collapse: collapse;
     //        border: 4px solid rgb(82,82,84);
    vertical-align: top;
  //  border-collapse: collapse;
 //   background-color: white;
    padding: 10;
    margin: 0;
  //  width: auto;
    display:block;
    }

th, td {
   /*border: 1px solid white;*/
   border: 1px solid rgb(82,82,84);
   //border: none;
    /*border: 4px solid rgb(82,82,84);*/
    padding: 8px;
    /*text-align: left;*/
    transition: all 0.5s ease; /* Smooth transition */
    }

/*siia tulevad koik need lahtrid, millele voiks klikkida saada*/
td[id="mummud"], td[id="isiksus"], td[id="osalejad"], td[id="n_tagasi"], td[id="ssrt_parameetrid"]{
    cursor:pointer;
}

 /* tulpade paised tulevad teise varviga*/
 .t1 tr:first-child {
    /*background-color: rgba(200,200,200);*/
    background-color: rgba(122,122,124);
     border: 0px rgba(82,82,84);
     border-collapse: collapse;
     border-spacing: 0.0rem;
     font-size: 1.45em;
     padding : 0px;
     color: black;
     /*display: block;*/
     /*top: 50px;*/
     font-weight: bold;
     text-align: center;
     border-top-left-radius: 5px;
     /*border-top-right-radius: 15px;*/
          -webkit-user-select: none; /* Safari */
          -moz-user-select: none;    /* Firefox */
          -ms-user-select: none;     /* Internet Explorer/Edge */
          user-select: none;         /* Standard */
     }
button.link { background:none; border:none; cursor:pointer; font-size: 18px;
          -webkit-user-select: none; /* Safari */
          -moz-user-select: none;    /* Firefox */
          -ms-user-select: none;     /* Internet Explorer/Edge */
          user-select: none;         /* Standard */}
.hidden-column2 {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
      padding: 0;
      overflow: hidden;
      border: none;
      opacity: 0;
     /* transition: all 0.5s ease-out;  */
      }

.child-checkbox, .cb{
      width: 100px
      display: fixed;
      }

.column2{
      /*font-weight: bold;*/
      width: 100px
      }


.tooltiptext{
    visibility:hidden;
    opacity: 0;

}

.column2:hover .tooltiptext{
       visibility: visible;
       opacity: 1;
}*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }*/

.stiil2{
    color: green;
    font-weight: bold;
    background: "gray"
    }

.hoiatus {
    /* Apply CSS Flexbox */
    display: flex;
    font-size: 20px;
  /*  background: "white"*/
   /* background-color: rgb(255, 255, 255);*/
    /* Center items horizontally */
    justify-content: center;
    }
.center {
    /* Apply CSS Flexbox */
    display: flex;
  /*  background: "white"*/
   /* background-color: rgb(255, 255, 255);*/
    /* Center items horizontally */
    justify-content: center;
    }
/*.is-edge .autocom-box {
   // scrollbar-width: thin;
}*/

/*body {
  font-size: 1rem; */ /* instead of 12px or 10px */
/*}*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.wrapper{
  max-width: 750px;
  margin: 5px 5px 5px 10px;
  height: 55px;
  width: 100%;
  display: flex;
  float: left;
  text-align: center;
  vertical-align: middle;

}

.wrapper .search-input{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);


}
.search-input input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);

}
.search-input.active input{
  border-radius: 5px 5px 0 0;

}
.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;


}
.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;

}

.autocom-box {
      position: absolute; /* Removes from document flow */
      top: 100%; /* Position below the search input */
      left: 0;
      width: 100%;
      background: white;
      border: 1px solid #ccc;
      z-index: 10; /* Makes sure it appears on top */
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);

}
.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;

}
.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}
.search-input{
  position: relative;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 20px;
  color: black;
  cursor: pointer;
  display: inline-block; /* Ensures they sit next to each other */
  float: left;
}


/*domagraafia valikukastide stiil*/
.form-control{
  background: #fff;
 // width: 100%;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
 // max-width: 450px;
  margin: 5px auto;
  height: 50px;
  outline: none;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 18px;
  margin: 0;
  //padding: 15;
  display: inline-block; /* Ensures they sit next to each other */
  vertical-align: bottom;
}

/*linnukeste lehel uuringukastide lehel uuringu valimise kasti stiil*/
.uuringu_valimine_f-c{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  max-width: 450px;
  height: 75px;
  outline: none;
  border: none;
  padding: 10px 80px 0 20px;
  font-size: 18px;
  margin: 10px 0 10px;
  display: inline-block; /* Ensures they sit next to each other */
  vertical-align: bottom;
}

.nupp{
    background: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
      max-width: 350px;
      //margin: 5px auto;
      height: 50px;
      outline: none;
      border: none;
      padding: 0 20px 0 20px;
      font-size: 18px;
      margin: 0;
      display: inline-block;
      background-color: #800020;
      color: white;
      cursor: pointer;

}

.hele_nupp{
    background: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
      max-width: 350px;
      margin: 5px 5px 5px 5px;
      height: 50px;
      outline: none;
      border: none;
      padding: 0 12px 0 12px;
      font-size: 18px;
      display: inline-block;
      background-color: rgb(222, 202, 202);
      color: black;
      cursor: pointer;
      position: relative;
}
.label-class {
    display: flex;
    align-items: center;
    font-size: 1.3em;
}

/*body{
  background: #644bff;
  padding: 0 20px;
}*/
/*jargnev onsee, mida kasutasin alguses valikukastide asemel. praegu ei ole kasutuses*/
.tekstiauk{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  max-width: 450px;
  height: 75px;
  width: 45%;
  outline: none;
  border: none;
  padding: 10px 80px 0 20px;
  font-size: 18px;
  margin: 10px 0 10px;
  display: inline-block; /* Ensures they sit next to each other */
  vertical-align: bottom;
  border-style: inset;}

  .myDiv{
     // width: 750px;
          display: flex;
          flex-wrap: wrap;
  }
.otsingu_tabel, .otsingu_td{
 padding: 0px 10px 0px 0px;
 margin: 0px 0 0px;
 border: none;
}

.varvikoodi_td{
 border: none;
}





