h1 { font-size:16.0pt; }
h2 { font-size:14.0pt; }
p.info { text-align:center; }
p.pagebreak { page-break-before: always; }
table.filtras {
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
 width:30%;
}
table.filtras td { border: 1px solid #000; }

/* ataskaita skaičiaias lentelėje */
table.skyrius { border: 1px solid #000; background-color: #FFF; }
tr.skyrius { background-color:#FFF; }
tr.skyrius td { text-align:center; border-top: 1px solid #000; }
tr.klausimas { background-color:#CCC; }
tr.row1 { background-color:#FFFFDE; }
tr.row2 { background-color:#DEFFDE; }
tr.rowt1 { background-color:#F5F5F5; }
tr.rowt2 { background-color:#F5F5F5; }
td.lpad { padding-left: 1em; }
/* pagal antraštės ir reikšmės */
td.row1 { background-color:#FFFFD0; }
td.row2 { background-color:#D0FFD0; }

/* grafinės ataskaitos */
div.chart-tt { font-family:Arial; font-size:13px; margin:8px; max-width:500px; }
div.ch-skyrius { font-family:Arial; font-size:14px; font-weight:bold; margin:8px; text-align:center; }

/* named_report */
div.bar {
  background-color: rgb(100,180,120);
  display: inline-block;
  width: 0px;
}

/* Spinner (https://www.w3docs.com/snippets/css/how-to-create-loading-spinner-with-css.html) */

@keyframes spin {
  to { transform: rotate(360deg); }
}
.spin {
  animation: spin 1.5s linear infinite;
  border: solid 5px #cfd0d1;
  border-bottom-color: #1c87c9;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
}
#waiting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 170, 170, 0.4);
  text-align: center;
  z-index: 100;
}
#waiting-block {
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
}
