.tcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #EDEDED;
    font-weight: normal;
    font-size: 11px;
}

.tlevemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #BA5528;
    font-weight: bold;
    font-size: 13px;
}

.tdday { font-family: Verdana, Arial, Helvetica, sans-serif;
                  background-color: #BA5528;
                  font-weight: normal;
                  font-size: 11px;
                  width: 26px;
                  line-height: 20px;
                  color: #ffffff;
                  vertical-align: middle;
                  text-align: center;
}
.tdtoday { font-family: Verdana, Arial, Helvetica, sans-serif;
                  background-color: lightgreen;
                  font-weight: bold;
                  font-size: 12px;
                  line-height: 16px;
                  width: 26px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
}

.tdheading { font-family: Verdana, Arial, Helvetica, sans-serif;
                  background-color: #f3f3f3;
                  font-weight: bold;
                  font-size: 10px;
                  line-height: 20px;
                  color: #404040;
                  vertical-align: middle;
                  text-align: center;
}
.tddate { font-family: Verdana, Arial, Helvetica, sans-serif;
                  background-color: #f0f0f0;
                  font-weight: normal;
                  font-size: 11px;
                  line-height: 16px;
                  width: 26px;
                  color: #000000;
                  vertical-align: middle;
                  text-align: center;
 }
.caltable { border: #a0a0a0;
                   border-style: solid;
                   border-top-width: 1px;
                   border-right-width: 1px;
                   border-bottom-width: 1px;
                   border-left-width: 1px;
                   margin-bottom: 0px;
                   margin-top: 0px;
                   margin-right: 0px;
                   margin-left: 0px;
                   padding-top: 0px;
                   padding-right: 0px;
                   padding-bottom: 0px;
                   padding-left: 0px
}

.login_tbl {
		background-image:url("../img/login_screen.jpg");
	    height: 645px;
	    width: 370px;
	   }
	   
.button_acces    {
	    width:60px;
	    height:60px;
	    font-size:24px;
	    margin:5px;
	   }

.button_pda    {
	    width:40px;
	    height:40px;
	    font-size:20px;
	    margin:5px;
	   }
	   
.button_pdared    {
	    width:40px;
	    height:40px;
	    font-size:20px;
	    margin:5px;
	    background: #ff0000;
	    color:#ffffff;
	   }
	   
.button_pdared2    {
	    width:25px;
	    height:25px;
	    font-size:15px;
	    margin:1px;
	    background: #ff0000;
	    color:#ffffff;
	   }
	   
.button_acces_x  {
	    width:60px;
	    height:60px;
	    font-size:24px;
	    margin:5px;
	    color:red;
	   }
	   
.button_submit    {
	    height:60px;
	    width:200px;
	    font-size:24px;
	    margin:5px;
	    background: #ff0000;
	    color:#ffffff;
	   }

.button_stoly    {
	    height:60px;
	    width:140px;
	    font-size:22px;
	    margin:5px;
	    background: #dcdcdc;
	    color:#000000;
	   }

.button_uzavrit    {
	    height:60px;
	    width:200px;
	    font-size:22px;
	    margin:5px;
	    background: #dcdcdc;
	    color:#000000;
	   }
	   
.tlacitkosave {
	background-image: url(./img/save.jpg);
	width: 50px;
	height: 50px;

}

.product_button {
	font-size: 17px;
	background-color: gray;
	-moz-border-radius: 4px;
	cursor: pointer;
	width: 100%;
	height: 40px;
}

.category_button {
	font-size:16px;
	background-image:url("../img/u-menu.png");
	width:132px;
	height:40px;
}

.total_price {
	color: #ff0000;
	font-family: arial;
	font-size:20px;
}

.potvrzeniuctenka {
	font-family: arial;
	font-size:20px;
}

.acko {color: #ffffff; font-weight: bold; font-family: Arial, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;}

td {
	font-family: arial;
	font-size: smaller;
}

body {
	font-family: arial;
	font-size: smaller;
}

a {color: #000000; font-weight: bold; font-family: Arial, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none;}
a:hover {color: #000000; font-weight: bold; font-family: Arial, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline;}

select.popisekpdadotyk{
	font-size: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.overlay img{
  margin: 0 auto;
  display: block;

}
.overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color:rgba(255, 255, 255, 0.5);
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}