/* barevne schema */
:root {
  /* telo */
    --pozadi: #b9babd;
  --pozadipismo: #000000;
  --test: #333333;
  --csbutton: rgb(230, 208, 48);
  /* menu */
  --csbutton: rgb(230, 208, 48);
  --menu: #35a1df;
  --menubtn: #a8d8f3;
  --menubtnuse: #1084c7;
  --menubtninput: #b9bdc0;
  /* nastaveni */
  --mesic: #1f0000;
  --prace: #a9c5c3;
  --vsebox: #c0fcc0; 
  /* dalsi */

  --vseboxbutton: rgb(100, 2, 50);
  --vseboxinput: #ffffff;
  --vsevypis: #be3e3e;
  --vsevypispismo: #ffffff;
  --statspz: #8c79e2;
  --statspzpismo: #ffffff;
  --statdatum: #a5c7b4;
  --menunab: #f80b0b;
  --statpozadipole: #83a2aa;
  --nastavokna: #a7dfdf;
  --nastavoknaolej: #d0f7f7;
  --nastavpis: #cdffff;
  --nastavbtn: #22972c;
  --nastavbtnpis: #e7d107d2;
}
 
  
 
 /* pc */
  body {
    font: 14px "Poppins";
    background: var(--pozadi);
    color: #000000;
    box-sizing: border-box;
    margin: 0;
    border: 0 none;
    padding: 0;
    padding: 1.5rem 0px 0px 0px;
    
  }
    /*padding: 20px 0px 0px 0px;   posunuti stranky od shora leva dola prava asi :D */

 
 

 /* prihlaseni */

.prihlaseni {
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.prihlaseni div {
  margin-left: auto;
  margin-right: auto;
  width: 28em;
  height: 2em;
}

.prihlaseni a {
  border-radius: 10px;
 
  color: rgb(104, 93, 209);
  text-align: center;
}
.prihlaseni form {
  color: black;
  text-align: center;
}

.prihlaseni input {
  border-radius: 10px;
  border-color: #d4d4d4;
  background: white;
  color: black;
  text-align: center;
}

/* prihlaseni konec */



 
.prihlas 
{
  text-align: center;
  background-color: gray;
  color:#0004fd;
  border:#00cafd 1px solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: transform .1s;
  -webkit-transition: transform .1s;
  -moz-transition: transform .1s;
  -ms-transition: transform .1s;
  -o-transition: transform .1s;
}
.prihlas:hover
{
  text-align: center;
  background-color: rgb(115, 129, 102);
  color:#fdcf00;
  border:#d7fd00 1px solid;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.chatokno
{
  z-index: 10;
  position:fixed;
  display: grid;
  overflow: auto;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 130px 0px 0px 0px;
  background-color: rgb(154, 158, 153);
  color:rgb(219, 20, 20);
  -webkit-border-radius: 130px 0px 0px 0px;
  -moz-border-radius: 130px 0px 0px 0px;
  -ms-border-radius: 130px 0px 0px 0px;
  -o-border-radius: 130px 0px 0px 0px;

}

 
.kalendar-vrch
{
  position: absolute;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
    
  top:0;
  left:0px;
  width: 100%;
  height:10%;
  background-color: #bdb0b1;
}
 
.kalendar-vrch button
{

 background-color: #b0e2cf;
  border:none;

}
 
.kalendar-spodek
{
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  top:68%;
  left:0px;
  width: 100%;
  height:29%;
  background-color: #b0bdb0;
  font-size: 80%;
}
.kalendar
{
  position: absolute;
 
  font-size: 80%;
  top:10%;
  left:0px;
  width: 100%;
  height:50%;
  background-color:#b0bdb0;
}
.den{
  position: relative;
  display:inline-table;
  border: none;
  top:0;
  left:0;
 
  width: calc(100% /8) ;
  height: calc(79% / 7);
  background-color: #b0bdb0;
}
.dencenter
{
  position: relative;
  top:0;
  left:0;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: #ffffff 1px solid;
  overflow: hidden;
 
}
.dencentervynech
{
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: #00cafd 1px solid;
  background-color: #00cafd;

}

.uprav  
 {
width: 100px;
border:none;
margin: 5px;


}
.upravbutton
 {
width: 100px;
border:none;
margin: 5px;
background-color: #97df68;

}

.pruhledne {
  
	opacity: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
  animation-name: zhasni;
  animation-duration: 5s;
}

@keyframes zhasni {
  from {	opacity: 1;  }
    to { opacity: 0; }

} 

.nabidka
{
  display:none;
  color:black;
  position: absolute;
  align-items: center;
  justify-content: center;
 margin-left: 10%;
 margin-right: 10%;
  top:15%;
  width: 80%;
  height:80%;
  background-color: #bce7e4;
  z-index: 1;
}
.nabokna
{
 
  border: 1px solid red;
 
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 3rem;

}
.nabokna1
{
  display:inline-table;
  width : 90%;
 
  text-align: right;
}
.nabokna1 input
{
  width : 12rem;
}

.poznamkamenu
{
  display:grid;
  color:black;
  position: absolute;
  align-items: center;
  justify-content: center;
 margin-left: 30%;
 margin-right: 30%;
  bottom:0;
  width: 40%;
  height:2rem;
  background-color: #bce7e4;
  z-index: 11;
}
.poznamka 
{
  display:none;
  color:black;
  position: fixed;
  align-items: center;
  justify-content: center;
  top:10%;
  left:0px;
  width: 100%;
  height:90%;
  background-color: #b3b3b3;
  z-index: 1;
}

.pridanipoznamka
{
  color:black;
  justify-items: center;
  align-items: center;
}
.hledani
{
 margin: 1rem;
  justify-items: center;
  align-items: center;
}
.pridaniarea
{
  position: relative;
  left:1rem;
  resize:none;
  width: calc(100% - 2rem);
  height: 5rem;
  justify-items: center;
  align-items: center;
}
.cudlser
{
 
  background-color: #97df68;
  width: 8rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cudlinp:focus
{
 
   width: 12rem;
   background-color: #a5c7b4;
   border-radius:5px ;
   -webkit-border-radius:5px ;
   -moz-border-radius:5px ;
   -ms-border-radius:5px ;
   -o-border-radius:5px ;
 
}

.velikost
{
  font-size: 50%;
}
@media 
only screen and (min-width: 760px)
  {
  .velikost
{
  font-size: 100%;
}
}