/*
#menu, #menu_filters, #tabulka_before, #stat_text, #stat_tabulka {
  display: none;
}
*/

@media print {
/*    .noprint {
        display: none;
    }
*/
  #menu, #menu_filters, #tabulka_before, #stat_tabulka {
    display: none;
  }
  
  #tabulka .red { color: black; }
  #tabulka th a {  color: black; font-weight: bold; text-decoration: none;}
  table {  border-collapse: collapse; }
  table, th, td {  border: 1px solid #666; padding: 3px;}
}


tr.prevodem {  background-color: #ccc; }
tr.prefakturace {  background-color: #eee; }

td.hide {
  display: none;
}

.red { color: red; }
.l { text-align: left; }
.r { text-align: right; }
input.text { width: 50em; }


div.napoveda {
  background-color: #aaa; 
  border: 1px dotted red;
  padding:  10px;
}


div.alert {
  background-color: #ddd; 
  border: 5px solid red;
  padding:  10px;
}


p.alert {
  background-color: #ddd; 
  border: 5px solid red;
  padding:  10px;
}

h3, h4 {
  padding: 0;
  margin-bottom: 0;
}

#dotazy-text p {
  margin: 0.5em 0;
}

th.active-up a, th.active-down a {
  color: red;
}

th.active-up:after {
	content: " \2191";
}

th.active-down:after { 
	content: " \2193";
}

#dotazy-text h3 {
  padding-top: 0.5em;
  color: red;
}

#dotazy-text h4 {
  padding-top: 0.5em;
  color: blue;
}

